Skip to content

Commit

Permalink
update Go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Oct 2, 2024
1 parent 8b476f6 commit b832115
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.18
FROM golang:1.23

RUN curl -o- -L --proto "=https" https://slss.io/install | VERSION=3.7.5 bash && \
mv $HOME/.serverless/bin/serverless /usr/local/bin && \
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/silinternational/serverless-mfa-api-go

go 1.18
go 1.23

require (
github.com/aws/aws-lambda-go v1.37.0
Expand Down

0 comments on commit b832115

Please sign in to comment.