We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60476f commit b6fba33Copy full SHA for b6fba33
.github/workflows/pr_test.yml
@@ -41,9 +41,9 @@ jobs:
41
- name: Install Go
42
uses: actions/setup-go@v5
43
with:
44
- go-version: 1.23.x
+ go-version: 1.24.x
45
- name: "Install dependencies"
46
- run: make dependencies
+ run: make mod-download
47
shell: bash
48
- name: "Run go mod tidy"
49
run: make tidy
@@ -72,7 +72,7 @@ jobs:
72
strategy:
73
matrix:
74
tinygo-version: [0.31.2]
75
- go-version: [1.23.x]
+ go-version: [1.24.x]
76
node-version: [18]
77
platform: [ubuntu-latest, macos-latest, windows-latest]
78
runs-on: ${{ matrix.platform }}
0 commit comments