Skip to content

Commit

Permalink
chore: upgrade linter (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Feb 28, 2023
1 parent 77ce0d2 commit 7315fba
Show file tree
Hide file tree
Showing 14 changed files with 898 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI&CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: master

env:
GO_VERSION: '1.19.3' # Also in Dockerfile.
GO_VERSION: '1.20.1' # Also in Dockerfile.

jobs:

Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# **/name - exclude path (* doesn't match /) to file/dir "name" in any dir including project root
# na/**/me - exclude path (* doesn't match /) to file/dir "na/me", "na/*/me", "na/*/*/me", …
# !name - include previously excluded path …
/.circleci/config-local.yml
/.gobincache/
/.buildcache/
/bin/
/cover.out

0 comments on commit 7315fba

Please sign in to comment.