Skip to content

Commit 529cf5a

Browse files
Bump actions/setup-go from 5.4.0 to 5.5.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccd6737 commit 529cf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v4
7777
- name: Set up Go
7878
if: ${{ !startsWith(matrix.go, 'gccgo-') }}
79-
uses: actions/setup-go@v5.4.0
79+
uses: actions/setup-go@v5.5.0
8080
with:
8181
go-version: ${{ matrix.go }}
8282
- name: Set up gccgo

0 commit comments

Comments
 (0)