Skip to content

Commit

Permalink
go.mod, workflows: update to Go 1.22 min
Browse files Browse the repository at this point in the history
Drop 1.21 and use 1.23 for test and build.

Closes #43.

Signed-off-by: Andrey Butusov <[email protected]>
  • Loading branch information
End-rey committed Aug 29, 2024
1 parent 7d67eb5 commit dc8b9ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
cache: true

- name: Update Go modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go_versions: [ '1.21', '1.22' ]
go_versions: [ '1.22', '1.23' ]
steps:
- uses: actions/checkout@v3
with:
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/neofs-oauthz

go 1.21
go 1.22

require (
github.com/nspcc-dev/neo-go v0.106.3
Expand Down

0 comments on commit dc8b9ab

Please sign in to comment.