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 f96a761 commit d28d10aCopy full SHA for d28d10a
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout Repo
18
uses: actions/checkout@v5
19
- name: Setup Go
20
- uses: actions/setup-go@v6.0.0
+ uses: actions/setup-go@v6.1.0
21
with:
22
go-version-file: "go.mod"
23
- name: Setup Go Environment
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
.github/workflows/tidy.yml
@@ -18,7 +18,7 @@ jobs:
ref: ${{ github.head_ref }}
go-version: "1.22"
24
0 commit comments