Skip to content

Commit fa163ae

Browse files
authored
Merge pull request #79 from blinklabs-io/chore/deps-update-go
chore(deps): update go to 1.20/1.21
2 parents f9063b6 + 6318f52 commit fa163ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.19.x, 1.20.x]
21+
go-version: [1.20.x, 1.21.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.19
53+
go-version: 1.20.x
5454
- name: Build binary
5555
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
5656
- name: Upload release asset

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
WORKDIR /code
44
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.19
3+
go 1.20
44

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

0 commit comments

Comments
 (0)