Skip to content

Commit

Permalink
Merge pull request #1788 from GiganticMinecraft/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.22
  • Loading branch information
outductor authored Feb 7, 2024
2 parents c43ae88 + 92bb1da commit 285b8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-images/mod-downloader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.6
FROM golang:1.21-bookworm as builder
FROM golang:1.22-bookworm as builder
# Build
ARG GOOS=linux
ARG GOARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion docker-images/mod-downloader/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GiganticMinecraft/mod-downloader

go 1.21
go 1.22

require github.com/minio/minio-go/v7 v7.0.66

Expand Down

0 comments on commit 285b8c0

Please sign in to comment.