File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 21
21
test :
22
22
name : test
23
23
runs-on : ubuntu-latest
24
- container : golang:1.20 -alpine3.17
24
+ container : golang:1.21 -alpine3.17
25
25
steps :
26
26
- name : Install git
27
27
run : apk add --update --no-cache git
37
37
build :
38
38
name : build
39
39
runs-on : ubuntu-latest
40
- container : golang:1.20 -alpine3.17
40
+ container : golang:1.21 -alpine3.17
41
41
strategy :
42
42
matrix :
43
43
os : [linux, darwin, windows]
@@ -105,7 +105,10 @@ jobs:
105
105
" kindest/node:v1.22.15" ,
106
106
" kindest/node:v1.23.13" ,
107
107
" kindest/node:v1.24.7" ,
108
- " kindest/node:v1.25.3"
108
+ " kindest/node:v1.25.3" ,
109
+ " kindest/node:v1.26.6" ,
110
+ " kindest/node:v1.27.3" ,
111
+ " kindest/node:v1.28.0"
109
112
]
110
113
steps :
111
114
- name : Checkout
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM golang:1.20 -alpine3.17 AS builder
1
+ FROM --platform=$BUILDPLATFORM golang:1.21 -alpine3.17 AS builder
2
2
ARG GITHUB_REF GITHUB_SHA
3
3
WORKDIR /src
4
4
COPY go.mod go.sum ./
Original file line number Diff line number Diff line change 1
1
module github.com/doitintl/kube-no-trouble
2
2
3
- go 1.20
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/ghodss/yaml v1.0.0
You can’t perform that action at this time.
0 commit comments