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 4f5558a commit 1eb188dCopy full SHA for 1eb188d
.github/workflows/main_darwin.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
16
- name: Set up Go
17
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
18
with:
19
go-version-file: 'go.mod'
20
.github/workflows/main_linux.yml
@@ -22,7 +22,7 @@ jobs:
22
23
fetch-depth: 0
24
25
26
27
go-version: ${{ matrix.go-version }}
28
- run: go version
.github/workflows/main_windows.yml
0 commit comments