Skip to content

Commit

Permalink
Go 1.22 (#56)
Browse files Browse the repository at this point in the history
Closes #43.
  • Loading branch information
roman-khimov authored Aug 30, 2024
2 parents 7d67eb5 + d31744d commit fba06f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as basebuilder
FROM golang:1.23-alpine as basebuilder
RUN apk add --update make bash ca-certificates

FROM basebuilder as builder
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 fba06f5

Please sign in to comment.