Skip to content

Commit

Permalink
Merge pull request #38 from goark/fix-bugs-and-testing
Browse files Browse the repository at this point in the history
Fix bugs and testing
  • Loading branch information
spiegel-im-spiegel authored Sep 12, 2024
2 parents 8ac3216 + 8ea66f1 commit cad6a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tasks:
cmds:
- go mod verify
- go test -shuffle on ./...
- docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.55.2 golangci-lint run --enable gosec --timeout 3m0s ./...
- golangci-lint run --enable gosec --timeout 3m0s ./...
sources:
- ./go.mod
- '**/*.go'
Expand All @@ -28,4 +28,4 @@ tasks:
clean:
desc: Initialize module and build cache, and remake go.sum file.
cmds:
- go mod tidy -v -go=1.21
- go mod tidy -v -go=1.23
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/goark/pa-api

go 1.21
go 1.23

toolchain go1.23.1

require (
github.com/goark/errs v1.3.2
Expand Down

0 comments on commit cad6a32

Please sign in to comment.