Skip to content

Commit

Permalink
Remove toolchain directive (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch authored May 9, 2024
1 parent f543257 commit 047a0d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.work
cache-dependency-path: "**/go.sum"
cache-dependency-path: |
**/go.sum
versions.go
- name: run checks
run: go run build check
2 changes: 0 additions & 2 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
go 1.22

toolchain go1.22.3

use (
.
./build
Expand Down

0 comments on commit 047a0d4

Please sign in to comment.