WIP: actions/setup-go minor version
All checks were successful
/ go-minor (pull_request) Successful in 30s
/ build-dotnet-8.0 (pull_request) Successful in 18s
/ build-oci-image-builder-bookworm (pull_request) Successful in 33s
/ build-oci-runner (pull_request) Successful in 19s
/ build-openjdk-11-maven-3.8.6 (pull_request) Successful in 33s
/ build-python-3.11 (pull_request) Successful in 20s
/ build-python-3.13 (pull_request) Successful in 34s
All checks were successful
/ go-minor (pull_request) Successful in 30s
/ build-dotnet-8.0 (pull_request) Successful in 18s
/ build-oci-image-builder-bookworm (pull_request) Successful in 33s
/ build-oci-runner (pull_request) Successful in 19s
/ build-openjdk-11-maven-3.8.6 (pull_request) Successful in 33s
/ build-python-3.11 (pull_request) Successful in 20s
/ build-python-3.13 (pull_request) Successful in 34s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
c7c56324e6
commit
9951765742
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/gominor.yml
Normal file
16
.forgejo/workflows/gominor.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
go-minor:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.23.3'
|
||||
|
||||
- run: go version
|
Loading…
Add table
Reference in a new issue