Skip to content

Commit 28cb122

Browse files
dependabot[bot]raggi
authored andcommitted
.github: Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5a870b commit 28cb122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@v3
114114

115115
- name: Install Go
116-
uses: actions/setup-go@v3
116+
uses: actions/setup-go@v4
117117
with:
118118
go-version-file: go.mod
119119
cache: false

0 commit comments

Comments
 (0)