Skip to content

Commit

Permalink
chore: upgrade to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
csdev committed Dec 29, 2023
1 parent e4596d1 commit dd658a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.21-alpine

# update this if different user and directory names are needed
ARG SERVICE=go
Expand Down
2 changes: 1 addition & 1 deletion build/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine AS builder
FROM golang:1.21-alpine AS builder

ARG SERVICE=go

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 github.com/csdev/ezghsa

go 1.19
go 1.21

require (
github.com/google/go-github/v51 v51.0.0
Expand Down

0 comments on commit dd658a3

Please sign in to comment.