Skip to content

chore: bump down x/sync to v0.16 (#18) #49

chore: bump down x/sync to v0.16 (#18)

chore: bump down x/sync to v0.16 (#18) #49

Workflow file for this run

name: Check
on:
push:
env:
EARTHLY_VERSION: 0.8.16
jobs:
check:
runs-on: ubuntu-24.04-arm
name: check (${{ matrix.go}})
strategy:
matrix:
go: [1.23, 1.24, 1.25]
continue-on-error: true
steps:
- uses: EarthBuild/actions-setup@main
with:
version: ${{ env.EARTHLY_VERSION }}
use-cache: false
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- run: echo "go_version=${{ matrix.go }}" >> .arg
- name: Lint
run: earthly --ci +lint
- name: Test
run: earthly --ci +test
- name: Go Vulnerability Check
run: earthly --ci +govulncheck