-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump to go 1.18 * adding removed linter comment
- Loading branch information
1 parent
7c13060
commit 0cc0c94
Showing
5 changed files
with
4 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.