Skip to content

Commit

Permalink
Merge pull request #318 from isimluk/go120
Browse files Browse the repository at this point in the history
go 1.20 support
  • Loading branch information
isimluk authored Feb 21, 2023
2 parents 211ac8b + 5c39390 commit c319512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x]
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.16.x]
go-version: [1.20.x]

runs-on: ${{ matrix.os }}
env:
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/crowdstrike/gofalcon

go 1.15
go 1.17

require (
github.com/blang/semver/v4 v4.0.0
Expand Down

0 comments on commit c319512

Please sign in to comment.