Skip to content

Commit

Permalink
Merge pull request #645 from gopcua/go1.20
Browse files Browse the repository at this point in the history
go 1.20
  • Loading branch information
magiconair authored Mar 23, 2023
2 parents e78e59a + 2a51f44 commit bfa722b
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 @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: ["1.18.x", "1.19.x"]
go: ["1.19.x", "1.20.x"]

steps:
- name: Setup Go ${{ matrix.go }}
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.19
go 1.20

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

0 comments on commit bfa722b

Please sign in to comment.