Skip to content

Commit c26c48e

Browse files
committed
update golang-ci version
1 parent 0571286 commit c26c48e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go
99
uses: actions/setup-go@master
1010
with:
11-
go-version: 1.19
11+
go-version: 1.24
1212

1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@master

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go
99
uses: actions/setup-go@master
1010
with:
11-
go-version: 1.19
11+
go-version: 1.24
1212

1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@master

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ run:
6262
tests: false
6363
skip-dirs:
6464
- order
65-
go: '1.24.2'
65+
go: '1.24'
6666

6767
# output configuration options
6868
output:

0 commit comments

Comments
 (0)