Skip to content

Commit

Permalink
ci: update actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
herver committed Jun 29, 2023
1 parent 8e17284 commit a88e92d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:

- name: Set up Go 1.20
uses: actions/setup-go@v3
- uses: actions/checkout@v3

- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
run: go get -v

- name: Build
run: go build -o go-gvacli -v .
run:
- go build -o go-gvacli -v .

- name: Save artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a88e92d

Please sign in to comment.