Skip to content

Commit

Permalink
upgrade go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
potterbm-cb committed Nov 7, 2024
1 parent 50785b4 commit ef394eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
go_version: 1.18
go_version: 1.19
GO111MODULE: on
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

Expand Down Expand Up @@ -57,15 +57,15 @@ jobs:
- uses: actions/checkout@v3
with:
version: latest
- run: make check-format
- run: make check-format

Check-Gen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
version: latest
- run: make check-gen
- run: make check-gen

Coverage:
runs-on: ubuntu-latest
Expand All @@ -85,4 +85,3 @@ jobs:
with:
version: latest
- run: make salus

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/coinbase/rosetta-sdk-go

go 1.18
go 1.19

require (
github.com/DataDog/zstd v1.5.2
Expand Down

0 comments on commit ef394eb

Please sign in to comment.