Skip to content

Commit

Permalink
Merge pull request #55 from crazy-max/update
Browse files Browse the repository at this point in the history
Go 1.20.5, 1.20.4, 1.19.9, 1.19.10
  • Loading branch information
crazy-max committed Jun 6, 2023
2 parents ecf6dd4 + 95c48d4 commit bdfc6c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
env:
LATEST_CURRENT: 1.20.3
LATEST_PREVIOUS: 1.19.8
LATEST_CURRENT: 1.20.5
LATEST_PREVIOUS: 1.19.10
strategy:
fail-fast: false
matrix:
Expand All @@ -67,10 +67,14 @@ jobs:
- 1.19.6
- 1.19.7
- 1.19.8
- 1.19.9
- 1.19.10
- 1.20.0
- 1.20.1
- 1.20.2
- 1.20.3
- 1.20.4
- 1.20.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.20.3
- 1.19.8
- 1.20.5
- 1.19.10
example:
- c
- cpp
Expand All @@ -27,7 +27,7 @@ jobs:
- jq
include:
- target: artifact-all
- go_version: 1.20.3
- go_version: 1.20.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.20.3"
ARG GO_VERSION="1.20.5"

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

0 comments on commit bdfc6c2

Please sign in to comment.