File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-go@v3
16
16
with :
17
- go-version : ' 1.19 '
17
+ go-version : ' 1.21 '
18
18
check-latest : true
19
19
- name : Run golangci-lint
20
20
31
31
fetch-depth : 0
32
32
- uses : actions/setup-go@v3
33
33
with :
34
- go-version : ' 1.19 '
34
+ go-version : ' 1.21 '
35
35
check-latest : true
36
36
- run : make yaml-installation-file
37
37
- name : Checking if YAML installer file is not aligned
Original file line number Diff line number Diff line change 38
38
fetch-depth : 0
39
39
- uses : actions/setup-go@v3
40
40
with :
41
- go-version : ' 1.19 '
41
+ go-version : ' 1.21 '
42
42
check-latest : true
43
43
- run : |
44
44
sudo apt-get update
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.19 as builder
2
+ FROM golang:1.21 as builder
3
3
4
4
WORKDIR /workspace
5
5
# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 1
1
module github.com/clastix/kamaji
2
2
3
- go 1.18
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/JamesStewy/go-mysqldump v0.2.2
You can’t perform that action at this time.
0 commit comments