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 7f3e503 commit dda892cCopy full SHA for dda892c
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-22.04
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: hashicorp/setup-golang@v1
+ - uses: hashicorp/setup-golang@v2
17
with:
18
version-file: go.mod
19
- uses: golangci/golangci-lint-action@v3
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
- name: Check for changes
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ${{matrix.os}}
48
49
50
51
52
53
- name: Run Go Test
0 commit comments