Skip to content

Commit 4bdddfc

Browse files
committed
chore(go): bumping to 1.21
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 8b999f1 commit 4bdddfc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-go@v3
1616
with:
17-
go-version: '1.19'
17+
go-version: '1.21'
1818
check-latest: true
1919
- name: Run golangci-lint
2020
uses: golangci/[email protected]
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
- uses: actions/setup-go@v3
3333
with:
34-
go-version: '1.19'
34+
go-version: '1.21'
3535
check-latest: true
3636
- run: make yaml-installation-file
3737
- name: Checking if YAML installer file is not aligned

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939
- uses: actions/setup-go@v3
4040
with:
41-
go-version: '1.19'
41+
go-version: '1.21'
4242
check-latest: true
4343
- run: |
4444
sudo apt-get update

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.19 as builder
2+
FROM golang:1.21 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/clastix/kamaji
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/JamesStewy/go-mysqldump v0.2.2

0 commit comments

Comments
 (0)