Skip to content

Commit

Permalink
fix: Reduce go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
idsulik committed Nov 8, 2024
1 parent 9c6eb34 commit 3faa2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.18'

- name: Run tests
run: go test -count=3 -v ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/idsulik/go-collections/v2

go 1.20
go 1.18

0 comments on commit 3faa2a0

Please sign in to comment.