mirror of
https://github.com/actions/setup-go.git
synced 2025-07-23 06:58:28 +02:00
run lint and build tasks
This commit is contained in:
parent
c401b8cb9d
commit
a9bf05db07
3 changed files with 29 additions and 9 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -139,7 +139,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Go and check latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue