Skip to content

Commit a8a7325

Browse files
committed
chore(deps): use blinklabs-io/go for image build
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent e55afc7 commit a8a7325

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: lint
1919
strategy:
2020
matrix:
21-
go-version: [1.18.x, 1.19.x]
21+
go-version: [1.19.x, 1.20.x]
2222
platform: [ubuntu-latest, macos-latest]
2323
runs-on: ${{ matrix.platform }}
2424
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- uses: actions/setup-go@v3
5252
with:
53-
go-version: 1.18
53+
go-version: 1.19
5454
- name: Build binary
5555
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
5656
- name: Upload release asset

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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
32

43
WORKDIR /code
54
COPY . .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/blinklabs-io/snek
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/blinklabs-io/gouroboros v0.48.0

0 commit comments

Comments
 (0)