Skip to content

Commit

Permalink
Merge pull request #77 from jadolg/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
jadolg authored Dec 12, 2023
2 parents 497222a + 523814b commit 7a40566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: sudo apt install -y shadowsocks-libev

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: git fetch --force --tags
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
-
Expand Down

0 comments on commit 7a40566

Please sign in to comment.