Skip to content

Commit

Permalink
Merge pull request #68 from 0xJacky/main
Browse files Browse the repository at this point in the history
Go 1.21.6 1.21.7 1.22.0
  • Loading branch information
crazy-max authored Feb 16, 2024
2 parents 27a91a3 + 64d05a4 commit 99abec9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 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.5
LATEST_PREVIOUS: 1.20.12
LATEST_CURRENT: 1.22.0
LATEST_PREVIOUS: 1.21.7
strategy:
fail-fast: false
matrix:
Expand All @@ -81,6 +81,9 @@ jobs:
- 1.21.3
- 1.21.4
- 1.21.5
- 1.21.6
- 1.21.7
- 1.22.0
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.5
- 1.20.12
- 1.22.0
- 1.21.7
example:
- c
- cpp
Expand All @@ -31,7 +31,7 @@ jobs:
- jq
include:
- target: artifact-all
- go_version: 1.21.5
- go_version: 1.22.0
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.5"
ARG GO_VERSION="1.22.0"

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

0 comments on commit 99abec9

Please sign in to comment.