Skip to content

Commit 63f9d74

Browse files
dependabot[bot]marcofranssen
authored andcommitted
⬆️ Bump actions/setup-go from 5.0.1 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.0.1...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 567a883 commit 63f9d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@v5.0.1
22+
uses: actions/setup-go@v5.3.0
2323
with:
2424
go-version-file: go.mod
2525
check-latest: true
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0
7777

7878
- name: Set up Go
79-
uses: actions/setup-go@v5.0.1
79+
uses: actions/setup-go@v5.3.0
8080
with:
8181
go-version-file: go.mod
8282
check-latest: true

0 commit comments

Comments
 (0)