Skip to content

Commit

Permalink
Go 1.20.7, 1.20.6, 1.19.12, 1.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 12, 2023
1 parent ec35690 commit e510f5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 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.5
LATEST_PREVIOUS: 1.19.10
LATEST_CURRENT: 1.20.7
LATEST_PREVIOUS: 1.19.12

jobs:
prepare:
Expand Down Expand Up @@ -69,12 +69,16 @@ jobs:
- 1.19.8
- 1.19.9
- 1.19.10
- 1.19.11
- 1.19.12
- 1.20.0
- 1.20.1
- 1.20.2
- 1.20.3
- 1.20.4
- 1.20.5
- 1.20.6
- 1.20.7
steps:
-
name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .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.20.5
- 1.19.10
- 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.5"
ARG GO_VERSION="1.20.7"
ARG OSXCROSS_VERSION="11.3"
ARG XX_VERSION="1.2.1"
ARG ALPINE_VERSION="3.17"
Expand Down

0 comments on commit e510f5e

Please sign in to comment.