Skip to content

Commit

Permalink
Update actions/setup-go action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 1b4898f commit 9117a2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
go: [1.17]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v5.1.0
with:
go-version: ${{ matrix.go }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
go: [1.16, 1.15]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v5.1.0
with:
go-version: ${{ matrix.go }}

Expand All @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v5.1.0
with:
go-version: 1.16

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go: [1.17]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v5.1.0
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 9117a2e

Please sign in to comment.