We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2604a commit 77f0174Copy full SHA for 77f0174
.github/workflows/build-test.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout source code
20
uses: actions/checkout@v4
21
- name: Set up Go
22
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
23
with:
24
go-version: "1.22"
25
- name: Run Test
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
18
- name: golangci-lint
0 commit comments