Skip to content

Commit

Permalink
Upgrade to go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Aug 15, 2022
1 parent be6722a commit 27a6a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: "^1.18.0"
go-version: "^1.19.0"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.46.2
version: v1.48.0

- name: Run staticcheck # see: staticcheck.io
uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2022.1.2"
install-go: false
min-go-version: 1.18
min-go-version: 1.19

- name: Build
run: go build -v ./...
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/statechannels/go-nitro

go 1.18
go 1.19

require (
github.com/DistributedClocks/GoVector v0.0.0-20210402100930-db949c81a0af
Expand Down

0 comments on commit 27a6a11

Please sign in to comment.