Skip to content

Commit

Permalink
fix(go.mod): fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
archaron committed Jun 9, 2024
1 parent 709a8ed commit e721416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: build
runs-on: ubuntu-latest
needs: lint
strategy: { matrix: { go: [ '1.20.x', '1.21.x', '1.22.x'] } }
strategy: { matrix: { go: [ '1.21.x', '1.22.x'] } }
steps:
- name: Setup go
uses: actions/setup-go@v4
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/go-routeros/routeros/v3

go 1.20
go 1.21

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit e721416

Please sign in to comment.