We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c104cfe commit 2aaf029Copy full SHA for 2aaf029
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: Set up Go
18
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
19
with:
20
go-version: ^1.18
21
id: go
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
# Go setup
0 commit comments