Skip to content

Commit 45a2742

Browse files
chore(deps): bump actions/setup-go from 3 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f836f67 commit 45a2742

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-go@v3
13+
- uses: actions/setup-go@v5
1414
with:
1515
go-version: stable
1616
- run: go test -v ./...

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry: ghcr.io
3535
username: ${{ github.repository_owner }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
37-
- uses: actions/setup-go@v3
37+
- uses: actions/setup-go@v5
3838
with:
3939
go-version: stable
4040
- if: ${{ github.event_name == 'workflow_dispatch' }}
@@ -88,7 +88,7 @@ jobs:
8888
registry: ghcr.io
8989
username: ${{ github.repository_owner }}
9090
password: ${{ secrets.GITHUB_TOKEN }}
91-
- uses: actions/setup-go@v3
91+
- uses: actions/setup-go@v5
9292
with:
9393
go-version: stable
9494

0 commit comments

Comments
 (0)