File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
name : lint
19
19
strategy :
20
20
matrix :
21
- go-version : [1.19 .x, 1.20 .x]
21
+ go-version : [1.20 .x, 1.21 .x]
22
22
platform : [ubuntu-latest, macos-latest]
23
23
runs-on : ${{ matrix.platform }}
24
24
steps :
Original file line number Diff line number Diff line change 50
50
- uses : actions/checkout@v3
51
51
- uses : actions/setup-go@v3
52
52
with :
53
- go-version : 1.19
53
+ go-version : 1.20.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
- FROM ghcr.io/blinklabs-io/go:1.19.12 -1 AS build
1
+ FROM ghcr.io/blinklabs-io/go:1.21.1 -1 AS build
2
2
3
3
WORKDIR /code
4
4
COPY . .
Original file line number Diff line number Diff line change 1
1
module github.com/blinklabs-io/snek
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/blinklabs-io/gouroboros v0.53.0
You can’t perform that action at this time.
0 commit comments