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 7342a71 commit b88a60fCopy full SHA for b88a60f
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v3
20
- name: Setup Go
21
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
22
with:
23
go-version: "${{ matrix.go }}"
24
check-latest: true
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout code
13
14
15
16
17
go-version: "1.20.x"
0 commit comments