Skip to content

Commit 416f1a9

Browse files
authored
Merge pull request #28 from blinklabs-io/chore/deps-update-go
chore(deps): update go to 1.20/1.21
2 parents 0f90963 + be0d974 commit 416f1a9

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
tags:
88
- v*
99
branches:
10-
- master
1110
- main
1211
pull_request:
1312
permissions:
@@ -22,7 +21,7 @@ jobs:
2221
- uses: actions/checkout@v2
2322
- uses: actions/setup-go@v3
2423
with:
25-
go-version: '1.19'
24+
go-version: 1.20.x
2625
- name: golangci-lint
2726
uses: golangci/golangci-lint-action@v3
2827
with:

.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/tx-submit-api-mirror
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/fxamacker/cbor/v2 v2.5.0

0 commit comments

Comments
 (0)