[#76] Add go1.21 to CI #76

Merged
alexvanin merged 1 commits from mbiryukova/frostfs-http-gw:feature/add_go1.21_to_ci into master 2023-08-31 11:49:48 +00:00
Collaborator

Signed-off-by: Marina Biryukova m.biryukova@yadro.com

Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
mbiryukova self-assigned this 2023-08-28 11:15:46 +00:00
fyrchik reviewed 2023-08-28 11:50:53 +00:00
@ -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.

Shouldn't we remove 1.19 too? We agreed to support the last 2 versions.
Collaborator

Probably we also should bump go version in go.mod

Probably we also should bump go version in [go.mod](https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/src/commit/cc69601b32a09290dae3ccdeab4eb39515251172/go.mod#L3)

We should and we will.

We should and we will.
mbiryukova force-pushed feature/add_go1.21_to_ci from 347a5d723f to f24e85de40 2023-08-28 12:08:01 +00:00 Compare
mbiryukova requested review from storage-services-committers 2023-08-28 12:08:34 +00:00
mbiryukova requested review from storage-services-developers 2023-08-28 12:08:34 +00:00
dkirillov approved these changes 2023-08-28 12:38:37 +00:00
mbiryukova force-pushed feature/add_go1.21_to_ci from f24e85de40 to 890e26aad0 2023-08-30 10:44:21 +00:00 Compare
mbiryukova requested review from dkirillov 2023-08-30 11:14:55 +00:00
mbiryukova force-pushed feature/add_go1.21_to_ci from 890e26aad0 to b7fcc864e6 2023-08-30 14:13:10 +00:00 Compare
alexvanin reviewed 2023-08-31 11:23:51 +00:00
Dockerfile Outdated
@ -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

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
mbiryukova force-pushed feature/add_go1.21_to_ci from b7fcc864e6 to 7d47e88e36 2023-08-31 11:36:32 +00:00 Compare
alexvanin approved these changes 2023-08-31 11:49:43 +00:00
alexvanin merged commit 7d47e88e36 into master 2023-08-31 11:49:48 +00:00
alexvanin deleted branch feature/add_go1.21_to_ci 2023-08-31 11:49:49 +00:00
alexvanin referenced this issue from a commit 2023-08-31 11:49:50 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-services-developers
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#76
There is no content yet.