[#76] Add go1.21 to CI #76
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-http-gw#76
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "mbiryukova/frostfs-http-gw:feature/add_go1.21_to_ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Marina Biryukova m.biryukova@yadro.com
@ -7,3 +7,3 @@
strategy:
matrix:
go_versions: [ '1.19', '1.20' ]
go_versions: [ '1.19', '1.20', '1.21' ]
Shouldn't we remove 1.19 too?
We agreed to support the last 2 versions.
Probably we also should bump go version in go.mod
We should and we will.
347a5d723f
tof24e85de40
f24e85de40
to890e26aad0
890e26aad0
tob7fcc864e6
@ -1,4 +1,4 @@
FROM golang:1.19-alpine as basebuilder
FROM golang:1.20-alpine as basebuilder
Let's use latest go version for all our builds. For instance, storage node uses go1.21 for builds https://git.frostfs.info/TrueCloudLab/frostfs-node/src/branch/master/.docker/Dockerfile.storage
b7fcc864e6
to7d47e88e36