Skip to content

Commit

Permalink
feat(ci): use minimum go version
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jul 12, 2024
1 parent bd7d5f6 commit b775ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@master
with:
go-version: ^1.20
go-version: 1.18

- name: Check out code into the Go module directory
uses: actions/checkout@master
Expand Down

0 comments on commit b775ffb

Please sign in to comment.