Skip to content

Commit

Permalink
make go1.17 the minimal go version
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Apr 7, 2022
1 parent 166c1c7 commit 2b83f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: ["1.16.x", "1.17.x"]
go: ["1.17.x", "1.18.x"]

steps:
- name: Setup Go ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See [#538](https://github.com/gopcua/opcua/issues/538) for details.
## Quickstart

```sh
# make sure you have go1.13 or higher
# make sure you have go1.17 or higher

# install library
go get -u github.com/gopcua/opcua
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/gopcua/opcua

go 1.12
go 1.17

require (
github.com/pascaldekloe/goe v0.1.0
Expand Down

0 comments on commit 2b83f02

Please sign in to comment.