Skip to content

Commit

Permalink
chore: using go 1.21.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto authored Sep 25, 2023
1 parent 2954932 commit 876abf5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ jobs:
with:
release-type: go
package-name: github.com/robsonpeixoto/echo-server

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-alpine3.18 AS builder
FROM golang:1.21.1-alpine3.18 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,3 +1,3 @@
module github.com/robsonpeixoto/echo-server

go 1.21
go 1.21.1

0 comments on commit 876abf5

Please sign in to comment.