Skip to content

Commit cad6a32

Browse files
Merge pull request #38 from goark/fix-bugs-and-testing
Fix bugs and testing
2 parents 8ac3216 + 8ea66f1 commit cad6a32

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tasks:
1212
cmds:
1313
- go mod verify
1414
- go test -shuffle on ./...
15-
- docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.55.2 golangci-lint run --enable gosec --timeout 3m0s ./...
15+
- golangci-lint run --enable gosec --timeout 3m0s ./...
1616
sources:
1717
- ./go.mod
1818
- '**/*.go'
@@ -28,4 +28,4 @@ tasks:
2828
clean:
2929
desc: Initialize module and build cache, and remake go.sum file.
3030
cmds:
31-
- go mod tidy -v -go=1.21
31+
- go mod tidy -v -go=1.23

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/goark/pa-api
22

3-
go 1.21
3+
go 1.23
4+
5+
toolchain go1.23.1
46

57
require (
68
github.com/goark/errs v1.3.2

0 commit comments

Comments
 (0)