File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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
# XXX: is it actually useful to run unit tests on macOS?
18
18
platform : [ubuntu-latest, macos-latest]
19
19
runs-on : ${{ matrix.platform }}
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
Original file line number Diff line number Diff line change 1
1
module github.com/blinklabs-io/cdnsd
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/blinklabs-io/adder v0.23.1
You can’t perform that action at this time.
0 commit comments