Skip to content

Bump golang.org/x/sync from 0.7.0 to 0.8.0 #1957

Bump golang.org/x/sync from 0.7.0 to 0.8.0

Bump golang.org/x/sync from 0.7.0 to 0.8.0 #1957

Workflow file for this run

on: push
name: Build and test
jobs:
buildDockerImage:
name: Build docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: docker build -t yace --build-arg VERSION=${{github.event.release.tag_name}} .