Skip to content

Bump golang up to 1.23 #43

Bump golang up to 1.23

Bump golang up to 1.23 #43

Workflow file for this run

name: e2e
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
kind:
name: e2e
runs-on: ubuntu-latest
strategy:
matrix:
passenger-version:
- 6.0.21
- 6.0.22
- 6.0.23
steps:
- uses: actions/checkout@v4
- uses: helm/kind-action@v1
with:
cluster_name: kind
- run: |
kind version
kubectl cluster-info
kubectl get nodes -o wide
- name: Kind Load Image
run: |
docker build -t passenger-go-exporter:test .
kind load docker-image passenger-go-exporter:test
- name: Testing
run: |
export PASSENGER_VERSION=${{ matrix.passenger-version }}
./test/kubernetes/run.sh