Skip to content

Commit

Permalink
Bumping up go version
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-swaminathan committed Jul 11, 2024
1 parent 93d9d65 commit 9849d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
go: [ 1.12, 1.13, 1.14 ]
go: [ 1.16, 1.17, 1.18 ]
steps:
- name: Checkout the code
uses: actions/checkout@v2
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/opsgenie/opsgenie-go-sdk-v2

go 1.12
go 1.16

require (
github.com/hashicorp/go-retryablehttp v0.5.1
Expand Down

0 comments on commit 9849d20

Please sign in to comment.