Skip to content

Commit

Permalink
build with go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ZinoKader committed Dec 27, 2022
1 parent 8228c49 commit 138e937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Lint with golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Build
run: make build
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Unit Test
if: github.event_name == 'push'
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Build
run: make build-wasm
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Release with goreleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit 138e937

Please sign in to comment.