Skip to content

chore(go): bump the "goVersion" to 26 in golang/flake.nix #35

chore(go): bump the "goVersion" to 26 in golang/flake.nix

chore(go): bump the "goVersion" to 26 in golang/flake.nix #35

Workflow file for this run

name: End to End
on:
pull_request:
push:
branches: ["main"]
jobs:
template-empty:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run end-to-end tests in nix environment
uses: ./.github/actions/end-to-end
with:
name: empty
template-golang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run end-to-end tests in nix environment
uses: ./.github/actions/end-to-end
with:
name: golang
template-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run end-to-end tests in nix environment
uses: ./.github/actions/end-to-end
with:
name: python
template-rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run end-to-end tests in nix environment
uses: ./.github/actions/end-to-end
with:
name: rust
template-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run end-to-end tests in nix environment
uses: ./.github/actions/end-to-end
with:
name: web