Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go 1.21.0 #103

Merged
merged 1 commit into from
Aug 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ env:
DOCKERHUB_SLUG: crazymax/xgo
GHCR_SLUG: ghcr.io/crazy-max/xgo
PLATFORMS: linux/amd64,linux/arm64
LATEST_CURRENT: 1.20.7
LATEST_PREVIOUS: 1.19.12
LATEST_CURRENT: 1.21.0
LATEST_PREVIOUS: 1.20.7

jobs:
prepare:
Expand Down Expand Up @@ -58,19 +58,6 @@ jobs:
fail-fast: false
matrix:
go_version:
- 1.19.0
- 1.19.1
- 1.19.2
- 1.19.3
- 1.19.4
- 1.19.5
- 1.19.6
- 1.19.7
- 1.19.8
- 1.19.9
- 1.19.10
- 1.19.11
- 1.19.12
- 1.20.0
- 1.20.1
- 1.20.2
Expand All @@ -79,6 +66,7 @@ jobs:
- 1.20.5
- 1.20.6
- 1.20.7
- 1.21.0
steps:
-
name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
fail-fast: false
matrix:
go_version:
- 1.21.0
- 1.20.7
- 1.19.12
case:
- c
- cpp
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION="1.20.7"
ARG GO_VERSION="1.21.0"
ARG OSXCROSS_VERSION="11.3"
ARG XX_VERSION="1.2.1"
ARG ALPINE_VERSION="3.17"
Expand Down