Skip to content

Commit

Permalink
Update go versions in GH actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Apr 10, 2024
1 parent 868afdf commit a278448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.22.2

- name: Test
# Running ./... won't work since cmd/wasm needs js tag settings.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.22.2

- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit a278448

Please sign in to comment.