We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f176c commit 0bc6805Copy full SHA for 0bc6805
.github/workflows/linux.yml
@@ -14,7 +14,7 @@ jobs:
14
container: tinygo/tinygo-dev
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
- name: TinyGo version check
19
run: tinygo version
20
- name: Run unit tests
.github/workflows/macos.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
go-version: '1.18.3'
23
24
25
26
run: go test
27
- name: "Run macOS smoke tests"
0 commit comments