Skip to content

Commit

Permalink
Fix Go CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
decke committed Jun 16, 2023
1 parent 7e318cb commit 9051ffd
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.20
uses: actions/setup-go@v4
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20
id: go

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

- name: Get dependencies
run: |
go get -v -t -d ./...
go-version: 'stable'

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

0 comments on commit 9051ffd

Please sign in to comment.