File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
- name : Install Go
8
8
uses : actions/setup-go@v5
9
9
with :
10
- go-version : 1.22 .x
10
+ go-version : 1.23 .x
11
11
check-latest : true
12
12
- name : Get golangci-lint version and download rules
13
13
shell : bash
Original file line number Diff line number Diff line change 24
24
APP_NAME : " k6"
25
25
DOCKER_IMAGE_ID : " grafana/k6"
26
26
GHCR_IMAGE_ID : ${{ github.repository }}
27
- DEFAULT_GO_VERSION : " 1.22 .x"
27
+ DEFAULT_GO_VERSION : " 1.23 .x"
28
28
29
29
jobs :
30
30
configure :
Original file line number Diff line number Diff line change 19
19
- name : Install Go
20
20
uses : actions/setup-go@v5
21
21
with :
22
- go-version : 1.22 .x
22
+ go-version : 1.23 .x
23
23
check-latest : true
24
24
- name : Check dependencies
25
25
run : |
Original file line number Diff line number Diff line change 22
22
- name : Install Go
23
23
uses : actions/setup-go@v5
24
24
with :
25
- go-version : 1.22 .x
25
+ go-version : 1.23 .x
26
26
check-latest : true
27
27
- name : Run tests
28
28
run : |
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- go-version : [1.21 .x]
17
+ go-version : [1.22 .x]
18
18
platform : [ubuntu-latest, windows-2019]
19
19
runs-on : ${{ matrix.platform }}
20
20
steps :
86
86
strategy :
87
87
fail-fast : false
88
88
matrix :
89
- go-version : [1.22 .x]
89
+ go-version : [1.23 .x]
90
90
platform : [ubuntu-latest, windows-2019]
91
91
runs-on : ${{ matrix.platform }}
92
92
steps :
Original file line number Diff line number Diff line change 16
16
- name : Install Go
17
17
uses : actions/setup-go@v5
18
18
with :
19
- go-version : 1.22 .x
19
+ go-version : 1.23 .x
20
20
check-latest : true
21
21
- name : Run tests
22
22
run : |
Original file line number Diff line number Diff line change 24
24
- name : Install Go
25
25
uses : actions/setup-go@v5
26
26
with :
27
- go-version : 1.22 .x
27
+ go-version : 1.23 .x
28
28
check-latest : true
29
29
- name : Install Go tip
30
30
if : matrix.go == 'tip'
You can’t perform that action at this time.
0 commit comments