Skip to content

Commit f566f4a

Browse files
authored
Merge pull request #513 from doitintl/dependabot/docker/golang-1.21-alpine3.17
dep: Docker Bump golang from 1.20-alpine3.17 to 1.21-alpine3.17
2 parents df9a017 + 6c86763 commit f566f4a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
test:
2222
name: test
2323
runs-on: ubuntu-latest
24-
container: golang:1.20-alpine3.17
24+
container: golang:1.21-alpine3.17
2525
steps:
2626
- name: Install git
2727
run: apk add --update --no-cache git
@@ -37,7 +37,7 @@ jobs:
3737
build:
3838
name: build
3939
runs-on: ubuntu-latest
40-
container: golang:1.20-alpine3.17
40+
container: golang:1.21-alpine3.17
4141
strategy:
4242
matrix:
4343
os: [linux, darwin, windows]
@@ -105,7 +105,10 @@ jobs:
105105
"kindest/node:v1.22.15",
106106
"kindest/node:v1.23.13",
107107
"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"
109112
]
110113
steps:
111114
- name: Checkout

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.17 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.21-alpine3.17 AS builder
22
ARG GITHUB_REF GITHUB_SHA
33
WORKDIR /src
44
COPY go.mod go.sum ./

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/doitintl/kube-no-trouble
22

3-
go 1.20
3+
go 1.18
44

55
require (
66
github.com/ghodss/yaml v1.0.0

0 commit comments

Comments
 (0)