Skip to content

Commit

Permalink
chore(ci): lock go minor version (#1723)
Browse files Browse the repository at this point in the history
Lock go minor version in ci

Locking goversion to 1.22 in ci until we can upgrade to 1.23. Upgrade to
1.23
is blocked by ethereum/go-ethereum#30100

Adds version locks missed in
#1721


issue: none
  • Loading branch information
kevinhalliday authored Aug 14, 2024
1 parent f7371c7 commit fbf0ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: stable
go-version: '1.22'

- name: Login to Dockerhub container registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
go-version: '1.22'
- name: Login to Dockerhub container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit fbf0ad7

Please sign in to comment.