Skip to content

Commit c9265a7

Browse files
build(deps): Bump actions/setup-go from 3 to 4 (#63)
* build(deps): 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> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent fc32baa commit c9265a7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
- uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-go@v3
23+
- uses: actions/setup-go@v4
2424
with:
25-
go-version: 1.19
26-
cache: true
25+
go-version: stable
2726
- name: test
2827
run: |
2928
go mod tidy

0 commit comments

Comments
 (0)