Skip to content

Commit

Permalink
Merge pull request #20 from matttrach/upgrade-go
Browse files Browse the repository at this point in the history
Fix: upgrade to newer version of go and golang alpine image
  • Loading branch information
matttrach authored Oct 19, 2023
2 parents cf9a888 + 1db762c commit 784bc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.16
FROM golang:1.20-alpine3.18

ARG ARCH=amd64

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/rancher/wharfie

go 1.19
go 1.20

replace (
k8s.io/api => github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.21.0-k3s1
Expand Down

0 comments on commit 784bc12

Please sign in to comment.