Skip to content

Commit

Permalink
Update go 1.21 and linter (#5)
Browse files Browse the repository at this point in the history
* Update go 1.21 and linter
* Added a TODO list
  • Loading branch information
m3talux committed Apr 8, 2024
1 parent 3d4b647 commit 3115f2f
Show file tree
Hide file tree
Showing 15 changed files with 392 additions and 367 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.19', '1.20', '1.21.x' ]
go-version: [ '1.19', '1.20', '1.21', '1.22.x' ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.52.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.2
- name: Run golangci-lint
run: ./bin/golangci-lint run -v
Loading

0 comments on commit 3115f2f

Please sign in to comment.