File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
14- container : ghcr.io/tinygo-org/tinygo-dev
14+ container :
15+ image : ghcr.io/tinygo-org/tinygo:latest
16+ options : --user root
1517 steps :
16- - name : Work around CVE-2022-24765
17- # We're not on a multi-user machine, so this is safe.
18- run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
1918 - name : Checkout
20- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2120 - name : TinyGo version check
2221 run : tinygo version
22+ - name : Add required GOFLAGS
23+ run : go env -w GOFLAGS=-buildvcs=false
2324 - name : Run unit tests
2425 run : go test
2526 - name : Run TinyGo smoke tests
Original file line number Diff line number Diff line change 2121 with :
2222 go-version : ' 1.22'
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 - name : Run unit tests
2626 run : go test
2727 - name : " Run macOS smoke tests"
3636 with :
3737 go-version : ' 1.25'
3838 - name : Checkout
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 - name : Run unit tests
4141 run : go test
4242 - name : " Run macOS smoke tests"
Original file line number Diff line number Diff line change 1717 with :
1818 go-version : ' 1.25'
1919 - name : Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 - name : Run unit tests
2222 run : go test
2323 - name : " Run Windows smoke tests"
You can’t perform that action at this time.
0 commit comments