Skip to content

Commit

Permalink
improvement(): fix golang version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
talDoFlemis committed Apr 28, 2024
1 parent 1315d4c commit 2ef9a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
go-version: "1.22.1"
cache-dependency-path: backend/go.sum


Expand Down

0 comments on commit 2ef9a15

Please sign in to comment.