Skip to content

Commit

Permalink
Merge pull request #66 from crazy-max/update
Browse files Browse the repository at this point in the history
Go 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.20.8, 1.20.9, 1.20.10, 1.20.11, 1.20.12
  • Loading branch information
crazy-max committed Dec 17, 2023
2 parents 861b388 + 6c231f5 commit 4901a5c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
env:
LATEST_CURRENT: 1.21.0
LATEST_PREVIOUS: 1.20.7
LATEST_CURRENT: 1.21.5
LATEST_PREVIOUS: 1.20.12
strategy:
fail-fast: false
matrix:
Expand All @@ -70,7 +70,17 @@ jobs:
- 1.20.5
- 1.20.6
- 1.20.7
- 1.20.8
- 1.20.9
- 1.20.10
- 1.20.11
- 1.20.12
- 1.21.0
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21.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 @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
go_version:
- 1.21.0
- 1.20.7
- 1.21.5
- 1.20.12
example:
- c
- cpp
Expand All @@ -31,7 +31,7 @@ jobs:
- jq
include:
- target: artifact-all
- go_version: 1.21.0
- go_version: 1.21.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.21.0"
ARG GO_VERSION="1.21.5"

FROM ubuntu:${UBUNTU_VERSION} AS base
RUN export DEBIAN_FRONTEND="noninteractive" \
Expand Down

0 comments on commit 4901a5c

Please sign in to comment.