Skip to content

Commit

Permalink
chore: upgrade go to 1.21.6 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto authored Jan 24, 2024
1 parent e821ec6 commit 1e9b9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5-alpine3.19 AS builder
FROM golang:1.21.6-alpine3.19 AS builder
WORKDIR /usr/src/app
COPY go.mod go.sum ./
RUN go mod download && go mod verify
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/robsonpeixoto/echo-server

go 1.21.5
go 1.21.6

require go.uber.org/automaxprocs v1.5.3

0 comments on commit 1e9b9c9

Please # to comment.