Skip to content

Commit

Permalink
go verion bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Jul 24, 2023
1 parent b8e7106 commit 6c9dce2
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
Expand Up @@ -2,7 +2,7 @@ ARG app=asws
ARG project=github.com/txn2/asws
ARG buildsrc=./cmd/asws.go

FROM golang:1.17.3-stretch AS builder
FROM golang:1.20.6-alpine AS builder

ARG app
ARG project
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/txn2/asws

go 1.17
go 1.20

require (
github.com/gin-contrib/zap v0.0.1
Expand Down

0 comments on commit 6c9dce2

Please sign in to comment.