Skip to content

Commit

Permalink
Merge pull request #83 from nspcc-dev/go-upd
Browse files Browse the repository at this point in the history
*: drop go 1.18 support, add go 1.21 support
  • Loading branch information
roman-khimov authored Oct 12, 2023
2 parents 481ff7b + e9418bc commit 2a74e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.19'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19', '1.20']
go: [ '1.19', '1.20', '1.21']
steps:

- name: Setup go
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/nspcc-dev/dbft

go 1.18
go 1.19

require (
github.com/nspcc-dev/neo-go v0.73.1-pre.0.20200303142215-f5a1b928ce09
Expand Down

0 comments on commit 2a74e93

Please sign in to comment.