Skip to content

Commit

Permalink
drop Go 1.15, add Go 1.18 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
muir authored Mar 17, 2022
1 parent 601b8c8 commit 9bcecd9
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 @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x, 1.17.x]
go-version: [1.16.x, 1.17.x, 1.18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
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/muir/nject

go 1.15
go 1.16

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit 9bcecd9

Please sign in to comment.