Skip to content

Commit a8d05c6

Browse files
Update actions/setup-go action to v6
1 parent b5a2749 commit a8d05c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- run: git fetch --force --tags
22-
- uses: actions/setup-go@v3
22+
- uses: actions/setup-go@v6
2323
with:
2424
go-version: ">=1.19.4"
2525
cache: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: checkout
88
uses: actions/checkout@v3
99
- name: Set up Go
10-
uses: actions/setup-go@v3
10+
uses: actions/setup-go@v6
1111
with:
1212
go-version-file: ./go.mod
1313
cache: true

0 commit comments

Comments
 (0)