Skip to content

Commit 555f48b

Browse files
chore(deps): update actions/setup-go action to v6 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 871b643 commit 555f48b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ env.GO_VERSION }}
2626
cache: true
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v6
5757

5858
- name: Set up Go
59-
uses: actions/setup-go@v5
59+
uses: actions/setup-go@v6
6060
with:
6161
go-version: ${{ env.GO_VERSION }}
6262
cache: true
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Set up Go
77-
uses: actions/setup-go@v5
77+
uses: actions/setup-go@v6
7878
with:
7979
go-version: ${{ env.GO_VERSION }}
8080
cache: true

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ env.GO_VERSION }}
2626
cache: true
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v6
5757

5858
- name: Set up Go
59-
uses: actions/setup-go@v5
59+
uses: actions/setup-go@v6
6060
with:
6161
go-version: ${{ env.GO_VERSION }}
6262
cache: true
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 0
7474

7575
- name: Set up Go
76-
uses: actions/setup-go@v5
76+
uses: actions/setup-go@v6
7777
with:
7878
go-version: ${{ env.GO_VERSION }}
7979
cache: true

0 commit comments

Comments
 (0)