Skip to content

Commit

Permalink
use the same setup-go version as the rest of the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Nov 14, 2023
1 parent dfb2622 commit f036c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v3
with:
check-latest: true
go-version: '^1.20.0'

- name: Install Go deps
run: go mod download
Expand Down

0 comments on commit f036c50

Please sign in to comment.