Skip to content

Commit

Permalink
Merge pull request #19 from StevenMaude/go-1.18
Browse files Browse the repository at this point in the history
Use Go 1.18
  • Loading branch information
StevenMaude authored Jul 29, 2022
2 parents d4f14af + fa2cac1 commit 1883355
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.15-alpine
FROM golang:1.18-alpine

USER nobody:nogroup

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/StevenMaude/armstrong

go 1.15
go 1.18

0 comments on commit 1883355

Please sign in to comment.