Skip to content

Commit b6fba33

Browse files
fix github actions flow
1 parent c60476f commit b6fba33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: Install Go
4242
uses: actions/setup-go@v5
4343
with:
44-
go-version: 1.23.x
44+
go-version: 1.24.x
4545
- name: "Install dependencies"
46-
run: make dependencies
46+
run: make mod-download
4747
shell: bash
4848
- name: "Run go mod tidy"
4949
run: make tidy
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
tinygo-version: [0.31.2]
75-
go-version: [1.23.x]
75+
go-version: [1.24.x]
7676
node-version: [18]
7777
platform: [ubuntu-latest, macos-latest, windows-latest]
7878
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)