Skip to content

Commit

Permalink
⬆️ Update Go language version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tameTNT committed Sep 10, 2024
1 parent 85875e6 commit 926f673
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG NODE_ENV=production
RUN yarn build

# STEP 1: Compile backend
FROM golang:1.20 AS builder
FROM golang:1.22 AS builder
WORKDIR /usr/src/jury

# Copy over the app
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.22
WORKDIR /jury

RUN curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module server

go 1.20
go 1.22

require (
github.com/bytedance/sonic v1.10.1 // indirect
Expand Down

0 comments on commit 926f673

Please sign in to comment.