Skip to content

Commit

Permalink
Update go version to 1.22 (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu authored Aug 13, 2024
1 parent 7904fe5 commit 3203a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/turbot/steampipe-plugin-sdk/v5

go 1.21.0

toolchain go1.21.3
go 1.22.4

//replace github.com/turbot/pipe-fittings => ../pipe-fittings

Expand Down

0 comments on commit 3203a3a

Please sign in to comment.