Skip to content

Commit

Permalink
Force compilation with golang-1.22.4 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
ymettier committed Jun 25, 2024
1 parent 77df275 commit d2bcd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine3.20 as builder
FROM golang:1.22.4-alpine3.20 as builder

ENV GO111MODULE=on
ENV CGO_ENABLED=0
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 backup_remote_files

go 1.22
go 1.22.4

require (
github.com/alecthomas/kong v0.9.0
Expand Down

0 comments on commit d2bcd43

Please sign in to comment.