Skip to content

Commit

Permalink
Update linter and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
stoewer committed Oct 12, 2023
1 parent bc80aae commit 0c86ab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v3
with:
go-version: ^1.19
go-version: ^1.21
cache: true

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.54.2
args: --config ./golangci.yml

- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v3
with:
go-version: ^1.19
go-version: ^1.21
cache: true

- name: Test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/stoewer/parquet-cli

go 1.19
go 1.21

require (
github.com/alecthomas/kong v0.8.0
Expand Down

0 comments on commit 0c86ab1

Please sign in to comment.