File tree 3 files changed +8
-5
lines changed 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ jobs:
13
13
- name : Setup Go
14
14
uses : actions/setup-go@v4
15
15
with :
16
- go-version : 1.20 .x
16
+ go-version : 1.21 .x
17
17
check-latest : true
18
18
cache : true
19
19
- name : Setup golangci-lint
20
20
uses : golangci/golangci-lint-action@v3
21
21
with :
22
+ version : v1.54.2
22
23
args : --timeout 3m0s
23
24
unit :
24
25
needs : lint
29
30
- name : Setup Go
30
31
uses : actions/setup-go@v4
31
32
with :
32
- go-version : 1.20 .x
33
+ go-version : 1.21 .x
33
34
check-latest : true
34
35
cache : true
35
36
- name : Run tests
43
44
- name : Setup Go
44
45
uses : actions/setup-go@v4
45
46
with :
46
- go-version : 1.20 .x
47
+ go-version : 1.21 .x
47
48
check-latest : true
48
49
cache : true
49
50
- name : Run e2e
57
58
- name : Setup Go
58
59
uses : actions/setup-go@v4
59
60
with :
60
- go-version : 1.20 .x
61
+ go-version : 1.21 .x
61
62
check-latest : true
62
63
cache : true
63
64
- name : Run helm-docs
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Changed
15
15
16
+ - [ #164 ] ( https://github.com/XenitAB/spegel/pull/164 ) Update Go to 1.21.
17
+
16
18
### Deprecated
17
19
18
20
### Removed
Original file line number Diff line number Diff line change 1
- FROM golang:1.20 as builder
1
+ FROM golang:1.21 as builder
2
2
RUN mkdir /build
3
3
WORKDIR /build
4
4
COPY go.mod go.mod
You can’t perform that action at this time.
0 commit comments