Skip to content

Commit

Permalink
ci.yml も 1.21.3 にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 11, 2023
1 parent f4da408 commit 651c22e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
# go-version-file: ./go.mod
go-version: "^1.21.3"
cache: true
cache-dependency-path: ./go.sum

Expand Down

0 comments on commit 651c22e

Please sign in to comment.