Skip to content

chore: bump to go1.23 #215

chore: bump to go1.23

chore: bump to go1.23 #215

Workflow file for this run

name: Publish
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
release:
strategy:
matrix:
target: [ ship, archive ]
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v3
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-go@v4
with:
go-version: 1.23.x
- if: ${{ matrix.target == 'archive' || github.ref == 'refs/heads/main' }}
run: make wagon.${{ matrix.target }}
env:
GH_USERNAME: ${{ github.actor }}
GH_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ matrix.target == 'archive' && github.ref == 'refs/heads/main' }}
uses: "marvinpinto/action-automatic-releases@latest"
with:
automatic_release_tag: "latest"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
files: |
.wagon/build/*.tar.gz