Skip to content

Commit

Permalink
Merge pull request #47 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 cb21a7d + 32cdb24 commit dd1aa06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
env:
LATEST_CURRENT: 1.19.4
LATEST_PREVIOUS: 1.18.9
LATEST_CURRENT: 1.19.5
LATEST_PREVIOUS: 1.18.10
strategy:
fail-fast: false
matrix:
Expand All @@ -74,11 +74,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
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
go_version:
- 1.19.4
- 1.18.9
- 1.19.5
- 1.18.10
example:
- c
- cpp
Expand All @@ -27,7 +27,7 @@ jobs:
- jq
include:
- target: artifact-all
- go_version: 1.19.4
- go_version: 1.19.5
example: all
target: image
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG UBUNTU_VERSION="20.04"
ARG GO_VERSION="1.19.4"
ARG GO_VERSION="1.19.5"

FROM ubuntu:${UBUNTU_VERSION} AS base
RUN export DEBIAN_FRONTEND="noninteractive" \
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"
}

target "_common" {
Expand Down

0 comments on commit dd1aa06

Please sign in to comment.