Skip to content

Commit

Permalink
fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
y-miyazaki committed Jun 8, 2023
1 parent 8ce16c3 commit 71715cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
check:
env:
GO_VERSION: go1.19
GOLANGCI_LINT_VERSION: v1.50.1
GOLANGCI_LINT_VERSION: v1.52.2
runs-on: ubuntu-latest
steps:
- name: "code: check out code"
Expand Down
1 change: 0 additions & 1 deletion scripts/go_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source ~/.bashrc
gvm install $1
gvm use $1

go mod tidy

# go test
Expand Down

0 comments on commit 71715cf

Please sign in to comment.