Skip to content

Commit

Permalink
ep: Docker Bump golang from 1.20-alpine3.17 to 1.21-alpine3.17
Browse files Browse the repository at this point in the history
Bumps golang from 1.20-alpine3.17 to 1.21-alpine3.17.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dark0dave committed Aug 16, 2023
1 parent df9a017 commit 17989e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
container: golang:1.20-alpine3.17
container: golang:1.21-alpine3.17
steps:
- name: Install git
run: apk add --update --no-cache git
Expand All @@ -37,7 +37,7 @@ jobs:
build:
name: build
runs-on: ubuntu-latest
container: golang:1.20-alpine3.17
container: golang:1.21-alpine3.17
strategy:
matrix:
os: [linux, darwin, windows]
Expand Down Expand Up @@ -105,7 +105,10 @@ jobs:
"kindest/node:v1.22.15",
"kindest/node:v1.23.13",
"kindest/node:v1.24.7",
"kindest/node:v1.25.3"
"kindest/node:v1.25.3",
"kindest/node:v1.26.6",
"kindest/node:v1.27.3",
"kindest/node:v1.28.0"
]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.17 AS builder
FROM --platform=$BUILDPLATFORM golang:1.21-alpine3.17 AS builder
ARG GITHUB_REF GITHUB_SHA
WORKDIR /src
COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/doitintl/kube-no-trouble

go 1.20
go 1.18

require (
github.com/ghodss/yaml v1.0.0
Expand Down

0 comments on commit 17989e6

Please sign in to comment.