Skip to content

Commit

Permalink
Go to golang v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
RincewindsHat committed Oct 7, 2024
1 parent 4c01387 commit df4079b
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 @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go: [ '1.18', '1.19' ]
go: [ '1.20', '1.21', '1.23' ]

steps:
- name: Set up 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/Icinga/check_by_powershell

go 1.19
go 1.20

require (
github.com/NETWAYS/go-check v0.6.2
Expand Down

0 comments on commit df4079b

Please sign in to comment.