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 4ae5ac9 commit 2ba8f7dCopy full SHA for 2ba8f7d
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Check-out code
17
uses: actions/checkout@v5
18
- name: Set up Go using version from go.mod
19
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
20
with:
21
go-version-file: 'go.mod'
22
- name: Run unit tests
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
- name: Check tidiness
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
- name: Run code linters
0 commit comments