Skip to content

Commit

Permalink
Merge pull request #595 from linki/dependabot/docker/golang-1.22.0-al…
Browse files Browse the repository at this point in the history
…pine3.19
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
2 parents 1d5cb12 + 6d28cd4 commit 756b5b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Updates:
* [#595](https://github.com/linki/chaoskube/pull/595) Update builds to use Go `v1.22` @linki
* [#568](https://github.com/linki/chaoskube/pull/568) Update builds to use Go `v1.21` @linki
* [#528](https://github.com/linki/chaoskube/pull/528) Update builds to use Go `v1.20` @linki
* [#505](https://github.com/linki/chaoskube/pull/505) Update builds to use Go `v1.19` @linki
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# builder image
FROM golang:1.21.6-alpine3.19 as builder
FROM golang:1.22.0-alpine3.19 as builder

ENV CGO_ENABLED 0
RUN apk --no-cache add alpine-sdk
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/linki/chaoskube

go 1.21
go 1.22

require (
github.com/alecthomas/kingpin/v2 v2.4.0
Expand Down

0 comments on commit 756b5b4

Please sign in to comment.