Skip to content

Commit

Permalink
Merge pull request #94 from crazy-max/update
Browse files Browse the repository at this point in the history
Go 1.19.5, 1.18.10
  • Loading branch information
crazy-max authored Feb 14, 2023
2 parents 39634af + bb7b8a3 commit b669b9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 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.19.4
LATEST_PREVIOUS: 1.18.9
LATEST_CURRENT: 1.19.5
LATEST_PREVIOUS: 1.18.10

jobs:
prepare:
Expand Down Expand Up @@ -68,11 +68,13 @@ jobs:
- 1.18.7
- 1.18.8
- 1.18.9
- 1.18.10
- 1.19.0
- 1.19.1
- 1.19.2
- 1.19.3
- 1.19.4
- 1.19.5
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 @@ -22,8 +22,8 @@ jobs:
fail-fast: false
matrix:
go_version:
- 1.19.4
- 1.18.9
- 1.19.5
- 1.18.10
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.19.4"
ARG GO_VERSION="1.19.5"
ARG OSXCROSS_VERSION="11.3"
ARG XX_VERSION="1.1.2"
ARG ALPINE_VERSION="3.17"
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.19.4"
default = "1.19.5"
}

variable "DESTDIR" {
Expand Down

0 comments on commit b669b9e

Please sign in to comment.