Skip to content

Commit

Permalink
CI: fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Mar 25, 2023
1 parent 8bd92ac commit c7bff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
go-version: "1.20"

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c7bff93

Please sign in to comment.