File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
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.18 .x, 1.19 .x]
21
+ go-version : [1.19 .x, 1.20 .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.18
53
+ go-version : 1.19
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
- # go:1.19 on 20230712
2
- FROM cgr.dev/chainguard/go@sha256:c52c640eaaa1c5032d9eaa25e81e8ab0b7543d0ab1e2c09a0baec98e28620c9c AS build
1
+ FROM ghcr.io/blinklabs-io/go:1.19.12-1 AS build
3
2
4
3
WORKDIR /code
5
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.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/blinklabs-io/gouroboros v0.48.0
You can’t perform that action at this time.
0 commit comments