Skip to content

Commit 6fe1431

Browse files
Merge pull request #12 from crossplane-contrib/renovate/actions-setup-go-5.x
Update actions/setup-go action to v5
2 parents 19f6d61 + a0d0611 commit 6fe1431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Setup Go
46-
uses: actions/setup-go@v4
46+
uses: actions/setup-go@v5
4747
with:
4848
go-version: ${{ env.GO_VERSION }}
4949
cache: false # The golangci-lint action does its own caching.
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: Setup Go
63-
uses: actions/setup-go@v4
63+
uses: actions/setup-go@v5
6464
with:
6565
go-version: ${{ env.GO_VERSION }}
6666

0 commit comments

Comments
 (0)