File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
name : go-test
14
14
strategy :
15
15
matrix :
16
- go-version : [1.21 .x, 1.22 .x]
16
+ go-version : [1.22 .x, 1.23 .x]
17
17
platform : [ubuntu-latest, macos-latest]
18
18
runs-on : ${{ matrix.platform }}
19
19
steps :
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
- uses : actions/setup-go@v5
24
24
with :
25
- go-version : 1.21 .x
25
+ go-version : 1.22 .x
26
26
cache : false
27
27
- name : golangci-lint
28
28
uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 50
50
- uses : actions/checkout@v4
51
51
- uses : actions/setup-go@v5
52
52
with :
53
- go-version : 1.21 .x
53
+ go-version : 1.22 .x
54
54
- name : Build binary
55
55
run : GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
56
56
- name : Upload release asset
You can’t perform that action at this time.
0 commit comments