Skip to content

Commit

Permalink
Merge pull request #307 from ffromani/build-golang-1.22
Browse files Browse the repository at this point in the history
ghactions: golang: bump to 1.22
  • Loading branch information
ffromani authored Jul 30, 2024
2 parents 7e9709a + c50b154 commit c78c15c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v4
id: go
with:
go-version: 1.21.7
go-version: 1.22.5

- name: build test binary
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-go@v4
id: go
with:
go-version: 1.21.7
go-version: 1.22.5

- name: build test binary
run: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/setup-go@v4
id: go
with:
go-version: 1.21.7
go-version: 1.22.5

- name: build test binary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: set up golang
uses: actions/setup-go@v4
with:
go-version: 1.21.7
go-version: 1.22.5

- name: format
run: ./hack/check-format.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v4
id: go
with:
go-version: 1.21.7
go-version: 1.22.5

- name: verify modules
run: go mod verify
Expand Down

0 comments on commit c78c15c

Please sign in to comment.