Skip to content

Commit

Permalink
ci: Set Docker Workflow to use Go 1.22 (#2722)
Browse files Browse the repository at this point in the history
* Set go 1.22.2

* Set go 1.22.2

* Set go 1.22

* Set go 1.22
  • Loading branch information
CharlieMc0 authored Aug 16, 2024
1 parent 2093314 commit 2252e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage
FROM golang:1.20-alpine3.18 AS builder
FROM golang:1.22-alpine3.18 AS builder

ENV GOPATH /go
ENV GOOS=linux
Expand Down

0 comments on commit 2252e5e

Please sign in to comment.