Skip to content

Commit

Permalink
fix(deps): bump supported Go versions to 1.22.2 and 1.21.9 (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
  • Loading branch information
github-actions[bot] and LaunchDarklyReleaseBot authored Apr 4, 2024
1 parent 5065278 commit a23f728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/variables/go-versions.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
latest=1.22.1
penultimate=1.21.8
latest=1.22.2
penultimate=1.21.9
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This is a standalone Dockerfile that does not depend on goreleaser building the binary
# It is NOT the version that is pushed to dockerhub
FROM golang:1.22.1-alpine3.19 as builder
FROM golang:1.22.2-alpine3.19 as builder
# See "Runtime platform versions" in CONTRIBUTING.md

RUN apk --no-cache add \
Expand Down

0 comments on commit a23f728

Please sign in to comment.