File tree Expand file tree Collapse file tree
documentation/all-options Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22on : [push, pull_request]
3+ env :
4+ # Allow Go to fetch a newer toolchain when tools require it.
5+ GOTOOLCHAIN : auto
36jobs :
47 check :
58 if : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 1010 description : " Tag to rebuild and re-release (e.g. v0.5.0); empty = latest tag"
1111 required : false
1212 default : " "
13+ env :
14+ # Allow Go to fetch a newer toolchain when tools require it.
15+ GOTOOLCHAIN : auto
1316jobs :
1417 goreleaser :
1518 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3333# export-socket: false
3434
3535# Suppress the ASCII logo on daemon startup (default: false).
36- # no-logo: true
36+ # no-logo: false
3737
3838# Shutdown ordering strategy (default: reverse-dep).
3939# reverse-dep: dependents stop first, then dependencies (safest default)
You can’t perform that action at this time.
0 commit comments