Skip to content

Commit

Permalink
Add Go 1.23 and remove Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas2500 committed Aug 13, 2024
1 parent 7a1bdd4 commit 826f13e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ on:
- cron: '5 0 */15 * *'
workflow_dispatch:

# Build docker image for golang latest, 1.21, 1.20
# Build docker image for golang latest, 1.23, 1.22, 1.21

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
GO_VERSION: ["alpine", "1.22-alpine", "1.21-alpine", "1.20-alpine"]
GO_VERSION: ["alpine", "1.23-alpine", "1.22-alpine", "1.21-alpine"]
include:
- GO_VERSION: "alpine"
output_image: "thomas2500/golang-helper:latest"
- GO_VERSION: "1.23-alpine"
output_image: "thomas2500/golang-helper:1.23"
- GO_VERSION: "1.22-alpine"
output_image: "thomas2500/golang-helper:1.22"
- GO_VERSION: "1.21-alpine"
output_image: "thomas2500/golang-helper:1.21"
- GO_VERSION: "1.20-alpine"
output_image: "thomas2500/golang-helper:1.20"
name: Build golang-helper Image
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This image is available on [Docker Hub](https://hub.docker.com/r/thomas2500/gola

The following tags are available:
- **latest** - latest Go version
- **1.23** - Go 1.23.X
- **1.22** - Go 1.22.X
- **1.21** - Go 1.21.X
- **1.20** - Go 1.20.X

This replository only keeps supported versions of Go.

Expand Down

0 comments on commit 826f13e

Please sign in to comment.