Skip to content

Commit

Permalink
Merge pull request #70 from Fabio1988/patch-1
Browse files Browse the repository at this point in the history
Go 1.21.8 1.22.1
  • Loading branch information
crazy-max committed Mar 14, 2024
2 parents 707cdb6 + 1d28310 commit bfa2e4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 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.22.0
LATEST_PREVIOUS: 1.21.7
LATEST_CURRENT: 1.22.1
LATEST_PREVIOUS: 1.21.8
strategy:
fail-fast: false
matrix:
Expand All @@ -70,7 +70,9 @@ jobs:
- 1.21.5
- 1.21.6
- 1.21.7
- 1.21.8
- 1.22.0
- 1.22.1
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.22.0
- 1.21.7
- 1.22.1
- 1.21.8
example:
- c
- cpp
Expand All @@ -31,7 +31,7 @@ jobs:
- jq
include:
- target: artifact-all
- go_version: 1.22.0
- go_version: 1.22.1
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.22.0"
ARG GO_VERSION="1.22.1"

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

0 comments on commit bfa2e4a

Please sign in to comment.