Skip to content

Commit a3fc2ce

Browse files
build(deps): bump actions/setup-go from 2 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...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 4b1a374 commit a3fc2ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
go: ["1.17"]
1616
steps:
17-
- uses: actions/setup-go@v2
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: ${{ matrix.go }}
2020

.github/workflows/docker-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
go: ["1.19"]
1616
steps:
17-
- uses: actions/setup-go@v2
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: ${{ matrix.go }}
2020

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212

1313
- name: Set up Go
14-
uses: actions/setup-go@v2
14+
uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.17
1717

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
go: ["1.17"]
1515
steps:
16-
- uses: actions/setup-go@v2
16+
- uses: actions/setup-go@v5
1717
with:
1818
go-version: ${{ matrix.go }}
1919

0 commit comments

Comments
 (0)