Skip to content

Commit

Permalink
Revert "chore: upgrade to go 1.23"
Browse files Browse the repository at this point in the history
This reverts commit 9c011d9.
  • Loading branch information
leonardobazico committed Oct 9, 2024
1 parent da78e59 commit 7ec12c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.23.2
golang 1.21.13
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ GOTEST=gotestsum --format=testname

install-ci-dependencies:
go version
go install github.com/securego/gosec/v2/cmd/gosec@v2.20.0
go install github.com/go-critic/go-critic/cmd/gocritic@v0.11.4
go install github.com/securego/gosec/v2/cmd/gosec@latest
go install github.com/go-critic/go-critic/cmd/gocritic@latest


setup-dev: install-ci-dependencies
go install gotest.tools/gotestsum@v1.12.0
go install gotest.tools/gotestsum@latest
go install github.com/golangci/golangci-lint/cmd/[email protected]

lint:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ynabconverter

go 1.23
go 1.21

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit 7ec12c0

Please sign in to comment.