Skip to content

Commit

Permalink
Merge pull request #17 from milosgajdos/bump-go
Browse files Browse the repository at this point in the history
bump Go version support
  • Loading branch information
milosgajdos committed Jun 3, 2024
2 parents 59d3656 + b41eceb commit ba19721
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
go: [ '1.18', '1.19' ]
go: [ '1.21', '1.22' ]

steps:

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
go: [ '1.18', '1.19' ]
go: [ '1.21', '1.22' ]

steps:

Expand All @@ -75,4 +75,4 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2
with:
version: v1.51
version: v1.58
7 changes: 3 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ linters:
- unconvert
- gofmt
- ineffassign
- vet
- govet
- unused
- misspell
- bodyclose
- errcheck
- goimports
- prealloc

run:
deadline: 2m
skip-dirs:
issues:
exlude-dirs:
- vendor
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/milosgajdos/go-estimate

go 1.18
go 1.21

require (
github.com/milosgajdos/matrix v0.0.2
Expand Down

0 comments on commit ba19721

Please sign in to comment.