Skip to content

Commit

Permalink
Go 1.22 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Feb 8, 2024
1 parent 75a75c5 commit cdaf8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.21.6-bookworm as builder
FROM golang:1.22.0-bookworm as builder

ENV COMMONDIR=/common \
IN_BUILDER=true \
VERSION_GO_SWAGGER=0.30.5 \
VERSION_GOLANGCI_LINT=1.55.2 \
VERSION_GOLANGCI_LINT=1.56.0 \
VERSION_JQ=1.7 \
VERSION_PROTOC=3.20.1 \
VERSION_DOCKER_MAKE=v0.3.6 \
Expand Down

0 comments on commit cdaf8e4

Please sign in to comment.