Skip to content

Commit

Permalink
chore(Dockerfile): updated to go 1.21 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww authored Aug 16, 2023
1 parent d05a271 commit edfd70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# --- builder ---

FROM golang:1.20 as builder
FROM golang:1.21 as builder

RUN GO111MODULE=on

Expand Down

0 comments on commit edfd70d

Please sign in to comment.