Skip to content

Commit

Permalink
Setup Go 1.19 in pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Aug 9, 2023
1 parent e0a8548 commit bc09008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Go
uses: actions/setup-go@v3
with:
go-version: v1.19

- name: Activate cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit bc09008

Please sign in to comment.