Skip to content

Commit

Permalink
CI - Lock go version to 1.17 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerShor authored Aug 28, 2022
1 parent 48f2097 commit 2c4fe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: "^1.17.0"
go-version: "1.17.13"

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 2c4fe7f

Please sign in to comment.