Skip to content

Commit

Permalink
Merge branch 'otiai10:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
fako1024 authored Aug 13, 2022
2 parents 84f883f + be95711 commit 55416e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gopherjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.17]
go: [1.18]
steps:

- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
id: go

- name: Install GopherJS
run: |
mkdir -p $(go env GOPATH)/src/github.com/gopherjs;
Expand Down

0 comments on commit 55416e9

Please sign in to comment.