Skip to content

Commit

Permalink
Update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Tkachenko committed Nov 23, 2023
1 parent dd61c6f commit 50451e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
needs:
- draft-release
env:
X_GO_DISTRIBUTION: "https://go.dev/dl/go1.20.10.linux-amd64.tar.gz"
X_GO_DISTRIBUTION: "https://go.dev/dl/go1.20.11.linux-amd64.tar.gz"
strategy:
matrix:
include:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
needs:
- draft-release
env:
X_GO_VERSION: "1.20.10-r0"
X_GO_VERSION: "1.20.11-r0"
strategy:
matrix:
include:
Expand Down Expand Up @@ -267,11 +267,11 @@ jobs:
include:
- arch: armv6
distro: bullseye
go_distribution: https://go.dev/dl/go1.20.10.linux-armv6l.tar.gz
go_distribution: https://go.dev/dl/go1.20.11.linux-armv6l.tar.gz
artifact: armv6-libc
- arch: aarch64
distro: bullseye
go_distribution: https://go.dev/dl/go1.20.10.linux-arm64.tar.gz
go_distribution: https://go.dev/dl/go1.20.11.linux-arm64.tar.gz
artifact: arm64-libc
- arch: armv6
distro: alpine_latest
Expand Down

0 comments on commit 50451e6

Please sign in to comment.