Skip to content

Commit

Permalink
Merge pull request #28 from blinklabs-io/chore/deps-update-go
Browse files Browse the repository at this point in the history
chore(deps): update go to 1.20/1.21
  • Loading branch information
wolf31o2 authored Sep 9, 2023
2 parents 0f90963 + be0d974 commit 416f1a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
Expand All @@ -22,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: 1.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20.x
- name: Build binary
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
- name: Upload release asset
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/blinklabs-io/go:1.19.12-1 AS build
FROM ghcr.io/blinklabs-io/go:1.21.1-1 AS build

WORKDIR /code
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/blinklabs-io/tx-submit-api-mirror

go 1.19
go 1.20

require (
github.com/fxamacker/cbor/v2 v2.5.0
Expand Down

0 comments on commit 416f1a9

Please sign in to comment.