Skip to content

Commit

Permalink
switched to golang 1.22, second try
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Mar 27, 2024
1 parent e6e50f0 commit 5973727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build clickhouse-backup binary
id: make-race
env:
GOROOT: ${{ env.GOROOT_1_20_X64 }}
GOROOT: ${{ env.GOROOT_1_22_X64 }}
run: |
make build/linux/amd64/clickhouse-backup build/linux/arm64/clickhouse-backup
make build/linux/amd64/clickhouse-backup-fips build/linux/arm64/clickhouse-backup-fips
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Prepare binaries
id: make
env:
GOROOT: ${{ env.GOROOT_1_20_X64 }}
GOROOT: ${{ env.GOROOT_1_22_X64 }}
run: |
make build build-fips config test
#make build-fips-darwin
Expand Down

0 comments on commit 5973727

Please sign in to comment.