Skip to content

Commit

Permalink
Upgrade go
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed May 31, 2023
1 parent abfd979 commit 9eb17eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"
- uses: golangci/golangci-lint-action@v3

build:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"
- run: |
CGO_ENABLED=0 GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} \
go build -o "bin/diambra-${{ matrix.os }}-${{ matrix.arch }}" ./cmd/diambra
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/diambra/cli

go 1.18
go 1.20

require (
github.com/diambra/init v0.0.0-20230530144809-baa1ab11fe19
Expand Down

0 comments on commit 9eb17eb

Please sign in to comment.