Skip to content

Commit

Permalink
Upgrade Go to 1.22 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 24, 2024
1 parent c087bbc commit 08eb0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All user visible changes to this project will be documented in this file. This p
### Upgraded

- [Alpine Linux] 3.20: <https://www.alpinelinux.org/posts/Alpine-3.20.0-released.html>
- [Go] 1.22: <https://go.dev/doc/go1.22>



Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# https://hub.docker.com/_/golang
FROM golang:1.21-alpine3.20 AS dist
FROM golang:1.22-alpine3.20 AS dist

ARG restic_ver=0.16.4
ARG build_rev=1
Expand Down

0 comments on commit 08eb0b9

Please sign in to comment.