Skip to content

Commit

Permalink
Merge pull request #25 from anchore/go-update
Browse files Browse the repository at this point in the history
feat: update to go 1.19
  • Loading branch information
bradleyjones committed Mar 2, 2023
2 parents aac5562 + ef3f7ab commit 99b3069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
Static-Analysis:
strategy:
matrix:
go-version: ["1.18.x"]
go-version: ["1.19.x"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# test the lower bounds of support, and the latest available
go-version: ["1.18.x"]
go-version: ["1.19.x"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
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/anchore/elastic-container-gatherer

go 1.18
go 1.19

require (
github.com/adrg/xdg v0.4.0
Expand Down

0 comments on commit 99b3069

Please sign in to comment.