Skip to content

Commit

Permalink
Build with go version 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ndombroski committed May 31, 2024
1 parent fe607dc commit ff2ae37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Integration test
strategy:
matrix:
go-version: [1.19.3]
go-version: [1.22.3]
platform: [ubuntu-20.04]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Build and release image
strategy:
matrix:
go-version: [1.19.3]
go-version: [1.22.3]
platform: [ubuntu-20.04]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.19.3]
go-version: [1.22.3]
platform: [ubuntu-20.04]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit ff2ae37

Please sign in to comment.