Skip to content

Bump golang.org/x/image from 0.15.0 to 0.18.0 (#37) #44

Bump golang.org/x/image from 0.15.0 to 0.18.0 (#37)

Bump golang.org/x/image from 0.15.0 to 0.18.0 (#37) #44

Workflow file for this run

name: pipeline
on: [push]
permissions:
contents: write
jobs:
prereqs:
runs-on: ubuntu-latest
steps:
- name: Install libx11-dev
run: sudo apt-get update && sudo apt-get install -y libx11-dev
go:
needs:
- prereqs
uses: pete911/github-actions/.github/workflows/go.yml@main
go-release:
needs:
- go
uses: pete911/github-actions/.github/workflows/go-releaser.yml@main
secrets:
PUBLIC_REPO_TOKEN: ${{ secrets.PUBLIC_REPO_TOKEN }}