We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa958c commit 867c734Copy full SHA for 867c734
.github/workflows/linter-go.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
steps:
47
- name: Setup go
48
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5
49
with:
50
go-version: "^1.19.0"
51
.github/workflows/test-go.yaml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
15
0 commit comments