Skip to content

Commit

Permalink
Update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Jan 16, 2024
1 parent aa53754 commit b3bc529
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: "1.20.4"
id: go

- name: Check out code
uses: actions/checkout@v3

Expand Down

0 comments on commit b3bc529

Please sign in to comment.