Skip to content

chore(deps): bump forgejo/forgejo from 15.0.3 to 16.0.4 #1270

chore(deps): bump forgejo/forgejo from 15.0.3 to 16.0.4

chore(deps): bump forgejo/forgejo from 15.0.3 to 16.0.4 #1270

Workflow file for this run

name: Go Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v7
with:
go-version: 1.26
# You can test your matrix by printing the current Go version
- name: Display Go version
run: go version
- name: Build it
run: make V=1