Skip to content

Commit

Permalink
Merge pull request #192 from planetlabs/twentytwo
Browse files Browse the repository at this point in the history
Use Go 1.22
  • Loading branch information
tschaub authored Jun 20, 2024
2 parents ed8314b + f1c9e59 commit 4586d69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version: '1.21'
go-version: '1.22'
- uses: golangci/golangci-lint-action@v6
with:
version: v1.54.1
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version: '1.21'
go-version: '1.22'
- run: go test -v ./...

wasm:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: '1.21'
go-version: '1.22'
- name: Build WASM
run: make wasm

Expand All @@ -51,6 +51,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Setup Go
uses: actions/[email protected]
with:
go-version: '1.22'
- name: Build WASM
run: make wasm
- name: Install Dependencies
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/planetlabs/gpq

go 1.21
go 1.22

require (
github.com/alecthomas/kong v0.9.0
Expand Down

0 comments on commit 4586d69

Please sign in to comment.