Skip to content

Commit

Permalink
Use specific go version instead of 'stable' (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrej Kislovskij <[email protected]>
  • Loading branch information
andrejatcastai and Andrej Kislovskij authored Jan 23, 2023
1 parent 731d885 commit 6c65e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go 1.19
uses: actions/setup-go@v3
with:
go-version: 'stable'
go-version: '1.19.5'

- name: Cache Go modules
uses: actions/cache@v2
Expand Down

0 comments on commit 6c65e54

Please sign in to comment.