Skip to content

Commit

Permalink
update lint action go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
fionera committed Sep 22, 2023
1 parent 1351b57 commit 49d61fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'

- uses: dominikh/[email protected]
with:
install-go: false

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 49d61fc

Please sign in to comment.