Skip to content

Commit

Permalink
bump version for checkout and gosetup as well
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Nov 1, 2022
1 parent e1798a5 commit 7cbff30
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go 1.18
uses: actions/setup-go@v1
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Build
run: go build -v .
Expand Down

0 comments on commit 7cbff30

Please sign in to comment.