Skip to content

Commit

Permalink
fix: Bump Go version from 1.19 to 1.21 (#297)
Browse files Browse the repository at this point in the history
* Bump Go version from 1.19 to 1.21

Error: ../../../go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk/v2@v2.30.0/terraform/state.go:321:16: undefined: errors.Join
note: module requires Go 1.20

* Update module_testing.yml

* Update README.md
  • Loading branch information
vaerh committed Nov 10, 2023
1 parent 69f1a5a commit 1a56503
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/module_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
experimental: [false]
go:
- 1.19
- 1.21
os: [ubuntu-latest]
routeros_version:
- "7.7"
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
- /dev/net/tun:/dev/net/tun
options: >-
--cap-add=NET_ADMIN
--entrypoint /routeros/entrypoint_with_four_interfaces.sh
--entrypoint /routeros/entrypoint_with_four_interfaces.sh
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: steps.release.outputs.new_release_published == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.21

- name: Run GoReleaser
if: steps.release.outputs.new_release_published == 'true'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For more in-depth documentation about each of the resources and datasources, ple

### Versions tested

- go 1.19 and ROS 7.7, 7.8, 7.9 (stable)
- go 1.21 and ROS 7.7, 7.8, 7.9 (stable)

## Changelog

Expand Down

0 comments on commit 1a56503

Please sign in to comment.