Skip to content

Commit 4056899

Browse files
Merge pull request #83 from crossplane-contrib/renovate/actions-setup-go-6.x
Update actions/setup-go action to v6
2 parents b8efab6 + ce7ede4 commit 4056899

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
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v4
4545

4646
- name: Setup Go
47-
uses: actions/setup-go@v5
47+
uses: actions/setup-go@v6
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
cache: false # The golangci-lint action does its own caching.
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v4
6262

6363
- name: Setup Go
64-
uses: actions/setup-go@v5
64+
uses: actions/setup-go@v6
6565
with:
6666
go-version: ${{ env.GO_VERSION }}
6767

0 commit comments

Comments
 (0)