File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.23 -alpine as builder
1
+ FROM golang:1.24 -alpine as builder
2
2
3
3
ARG BUILD=now
4
4
ARG REPO=github.com/nspcc-dev/neofs-s3-gw
Original file line number Diff line number Diff line change 54
54
uses : actions/setup-go@v5
55
55
with :
56
56
cache : true
57
- go-version : ' 1.23 '
57
+ go-version : ' 1.24 '
58
58
59
59
- name : Get tree-service client
60
60
run : make sync-tree
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
uses : actions/setup-go@v5
118
118
with :
119
119
cache : true
120
- go-version : ' 1.23 '
120
+ go-version : ' 1.24 '
121
121
- run : go version
122
122
123
123
- name : Set up Python
Original file line number Diff line number Diff line change 46
46
uses : actions/setup-go@v5
47
47
with :
48
48
cache : true
49
- go-version : ' 1.23 '
49
+ go-version : ' 1.24 '
50
50
51
51
- name : Get tree-service client
52
52
run : make sync-tree
66
66
runs-on : ubuntu-22.04
67
67
strategy :
68
68
matrix :
69
- go_versions : [ '1.22 ', '1.23 ' ]
69
+ go_versions : [ '1.23 ', '1.24 ' ]
70
70
fail-fast : false
71
71
steps :
72
72
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3
3
# Common variables
4
4
REPO ?= $(shell go list -m)
5
5
VERSION ?= $(shell git describe --tags --dirty --match "v* " --always --abbrev=8 | sed 's/^v//' 2>/dev/null || cat VERSION 2>/dev/null || echo "develop")
6
- GO_VERSION ?= 1.22
6
+ GO_VERSION ?= 1.23
7
7
LINT_VERSION ?= 1.59.0
8
8
BINDIR = bin
9
9
Original file line number Diff line number Diff line change 1
1
module github.com/nspcc-dev/neofs-s3-gw
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.55.5
You can’t perform that action at this time.
0 commit comments