Skip to content

Commit

Permalink
go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Dec 8, 2022
1 parent 9cccf93 commit d926c5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.17.x", "1.18.x"]
go: ["1.18.x", "1.19.x"]

steps:
- name: Setup Go ${{ matrix.go }}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## v0.3.8 (08 Dec 2022)

* Fix nil subscription stats to return error (#602)
* log.Fatal called when a certificate fails to load (#616)
* `log.Fatal` called when a certificate fails to load (#616)
* Bump go version to 1.19

## v0.3.7 (05 Oct 2022)

Expand Down Expand Up @@ -36,7 +37,6 @@
## v0.3.1 (27 Jan 2022)

* Refresh cached namespaces on reconnect (#552)

* Add more `WithContext(ctx)` methods and use context in more places (#555)

## v0.3.0 (21 Jan 2022)
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.17
go 1.19

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

0 comments on commit d926c5f

Please sign in to comment.