Skip to content

Commit 6ab7adf

Browse files
build(deps): bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- 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 71ab8f5 commit 6ab7adf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
1212
- name: Install Go
13-
uses: actions/setup-go@v4
13+
uses: actions/setup-go@v5
1414
with:
1515
go-version: '1.21'
1616
- uses: golangci/golangci-lint-action@v3
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
path: ${{ env.WORKSPACE }}
3333
- name: Install Go
34-
uses: actions/setup-go@v4
34+
uses: actions/setup-go@v5
3535
with:
3636
go-version: '1.21'
3737
- run: hack/verify-import-aliases.sh
@@ -49,7 +49,7 @@ jobs:
4949
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
5050
fetch-depth: 0
5151
- name: Install Go
52-
uses: actions/setup-go@v4
52+
uses: actions/setup-go@v5
5353
with:
5454
go-version: '1.21'
5555
- name: Compile
@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout code
6363
uses: actions/checkout@v4
6464
- name: Install Go
65-
uses: actions/setup-go@v4
65+
uses: actions/setup-go@v5
6666
with:
6767
go-version: '1.21'
6868
- run: make test

0 commit comments

Comments
 (0)