Skip to content

Commit

Permalink
Rook operator needs Go 1.20|1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcCriteo committed Apr 11, 2024
1 parent e10abbf commit 6645cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/criteo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21

- name: run build
run: GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' BUILD_CONTAINER_IMAGE=false build
Expand Down

0 comments on commit 6645cd5

Please sign in to comment.