We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0571286 commit c26c48eCopy full SHA for c26c48e
3 files changed
.github/workflows/pull.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Set up Go
9
uses: actions/setup-go@master
10
with:
11
- go-version: 1.19
+ go-version: 1.24
12
13
- name: Check out code into the Go module directory
14
uses: actions/checkout@master
.github/workflows/push.yml
.golangci.yml
@@ -62,7 +62,7 @@ run:
62
tests: false
63
skip-dirs:
64
- order
65
- go: '1.24.2'
+ go: '1.24'
66
67
# output configuration options
68
output:
0 commit comments