Skip to content

Commit 5428073

Browse files
authored
Merge pull request #9 from csiblock/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 2 to 5
2 parents ddb1890 + a3fc2ce commit 5428073

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)