Skip to content

Commit df00ef6

Browse files
authored
Merge pull request #581 from khareyash05/goupgrade
🌱 migrate golang from 1.20 to 1.21.3
2 parents b479aea + 7d6a492 commit df00ef6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Go
1313
uses: actions/setup-go@v4
1414
with:
15-
go-version: '1.20'
15+
go-version: '1.21'
1616
- uses: golangci/golangci-lint-action@v3
1717
with:
1818
version: v1.53.3
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Go
3434
uses: actions/setup-go@v4
3535
with:
36-
go-version: '1.20'
36+
go-version: '1.21'
3737
- run: hack/verify-import-aliases.sh
3838
- run: hack/verify-vendor.sh
3939
- run: hack/verify-codegen.sh
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Go
5252
uses: actions/setup-go@v4
5353
with:
54-
go-version: '1.20'
54+
go-version: '1.21'
5555
- name: Compile
5656
run: make all
5757
test:
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install Go
6565
uses: actions/setup-go@v4
6666
with:
67-
go-version: '1.20'
67+
go-version: '1.21'
6868
- run: make test
6969
e2e-test:
7070
name: E2e test

builder.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.7
1+
FROM golang:1.21.3
22

33
# FROM golang:1.19.2-alpine
44
# RUN apk add --no-cache build-base git bash

0 commit comments

Comments
 (0)