We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceccce commit 874c19fCopy full SHA for 874c19f
2 files changed
.github/workflows/build-pr.yml
@@ -12,9 +12,9 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v2
14
- name: setup go environment
15
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v6
16
with:
17
- go-version: '1.23'
+ go-version-file: go.mod
18
- name: download dependencies
19
run: make bootstrap
20
- name: run unit tests
.github/workflows/build.yml
@@ -22,9 +22,9 @@ jobs:
22
23
24
25
26
27
28
29
30
0 commit comments