Skip to content

Commit

Permalink
Upgrade GL action for GO
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaktomas committed Mar 4, 2023
1 parent 8c2db83 commit 686671e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '>=1.20.0'

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

0 comments on commit 686671e

Please sign in to comment.