Skip to content

Commit

Permalink
bump to go 1.18 (#178)
Browse files Browse the repository at this point in the history
* bump to go 1.18

* adding removed linter comment
  • Loading branch information
theflyingcodr authored Aug 1, 2022
1 parent 7c13060 commit 0cc0c94
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 203 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.17.1-buster as builder
FROM golang:1.18.4-buster as builder

# Create appuser.
ENV USER=appuser
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.releaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.1-buster as builder
FROM golang:1.18.4-buster as builder

# Create appuser.
ENV USER=appuser
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ create-alias:
@go run -race main.go create $(alias)

install-linter:
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)bin v1.44.2
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)bin v1.47.3

install-swagger-gen:
@go get -d github.com/swaggo/swag/cmd/swag
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/libsv/payd

go 1.17
go 1.18

require (
github.com/boombuler/barcode v1.0.1
Expand Down
Loading

0 comments on commit 0cc0c94

Please sign in to comment.