Skip to content

Commit

Permalink
Merge pull request #14 from freeshineit/develop
Browse files Browse the repository at this point in the history
chore(ci): update actions/setup-go@v5
  • Loading branch information
freeshineit authored Mar 24, 2024
2 parents 079381e + fca2a87 commit 3f5dda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 3f5dda4

Please sign in to comment.