Skip to content

Commit

Permalink
Upgrade Go to 1.21 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 25, 2023
1 parent 93bf8f6 commit ddddee0
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

- [restic] 0.16.1: <https://github.com/restic/restic/releases/tag/v0.16.1>
- [Go] 1.21: <https://go.dev/doc/go1.21>



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.20-alpine3.18 AS dist
FROM golang:1.21-alpine3.18 AS dist

ARG restic_ver=0.16.1
ARG build_rev=0
Expand Down

0 comments on commit ddddee0

Please sign in to comment.