Skip to content

Commit

Permalink
Merge pull request #85 from choria-io/1_22_5
Browse files Browse the repository at this point in the history
(misc) Move to go 1.22.5, remove dead OSs
  • Loading branch information
ripienaar authored Jul 9, 2024
2 parents b90c25f + 778092d commit e0ad067
Showing 1 changed file with 2 additions and 44 deletions.
46 changes: 2 additions & 44 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main

env:
GO_VERSION: "1.21.11"
TAG: "1.21"
GO_VERSION: "1.22.5"
TAG: "1.22"

jobs:
bookworm_go:
Expand Down Expand Up @@ -38,20 +38,6 @@ jobs:
hub_user: ${{ secrets.REGISTRY_RELEASE_USERNAME }}
hub_password: ${{ secrets.REGISTRY_RELEASE_PASSWORD }}

buster_go:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- uses: ./.github/actions/build-packager
with:
file: Dockerfile.buster-go
go: ${{ env.GO_VERSION }}
tag: buster-go${{ env.TAG }}
hub_user: ${{ secrets.REGISTRY_RELEASE_USERNAME }}
hub_password: ${{ secrets.REGISTRY_RELEASE_PASSWORD }}

debian_go:
needs:
- buster_go
Expand Down Expand Up @@ -111,34 +97,6 @@ jobs:
hub_user: ${{ secrets.REGISTRY_RELEASE_USERNAME }}
hub_password: ${{ secrets.REGISTRY_RELEASE_PASSWORD }}

el7_go:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- uses: ./.github/actions/build-packager
with:
file: Dockerfile.el7-go
go: ${{ env.GO_VERSION }}
tag: el7-go${{ env.TAG }}
hub_user: ${{ secrets.REGISTRY_RELEASE_USERNAME }}
hub_password: ${{ secrets.REGISTRY_RELEASE_PASSWORD }}

el7_puppet_go:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- uses: ./.github/actions/build-packager
with:
file: Dockerfile.el7-puppet-go
go: ${{ env.GO_VERSION }}
tag: el7-puppet-go${{ env.TAG }}
hub_user: ${{ secrets.REGISTRY_RELEASE_USERNAME }}
hub_password: ${{ secrets.REGISTRY_RELEASE_PASSWORD }}

el8_go:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e0ad067

Please sign in to comment.