Skip to content

Commit

Permalink
Merge pull request #21 from tiborhercz/vue3
Browse files Browse the repository at this point in the history
update go version
  • Loading branch information
tiborhercz committed Apr 18, 2024
2 parents 9806242 + 30d2c7e commit 014ba32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"

- name: Test internal
run: go test -v ./internal/...
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
- name: Build wasm
run: GOOS=js GOARCH=wasm go build -o main.wasm wasm/*.go
- uses: actions/upload-artifact@master
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: "1.20.x"

- uses: actions/download-artifact@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
- name: Build wasm
run: GOOS=js GOARCH=wasm go build -o main.wasm wasm/*.go
- uses: actions/upload-artifact@master
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: "1.20.x"

- uses: actions/download-artifact@master
with:
Expand Down

0 comments on commit 014ba32

Please sign in to comment.