Skip to content

Commit

Permalink
Move to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljoos committed May 15, 2023
1 parent 18a76dc commit 5bfc9e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
fail-fast: false
matrix:
go:
- 1.14
- 1.15
- 1.16
- 1.17
- '1.18'
- '1.19'
- '1.20'
steps:
-
name: Checkout
Expand Down
9 changes: 8 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
module github.com/danieljoos/wincred

go 1.13
go 1.18

require (
github.com/stretchr/testify v1.8.1
golang.org/x/sys v0.8.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 5bfc9e5

Please sign in to comment.