💚 Removes mutliple go versions in build
Some checks failed
Gitea Build Action / build (push) Failing after 45s
Some checks failed
Gitea Build Action / build (push) Failing after 45s
This commit is contained in:
@@ -5,16 +5,12 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
go-version: [ "1.21.x", "1.22.x", "1.23.x", "1.24.x" ]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Go ${{ matrix.go-version }}
|
- name: Setup Go 1.24.x
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: "1.24.x"
|
||||||
- name: Display Go version
|
- name: Display Go version
|
||||||
run: go version
|
run: go version
|
||||||
- name: "[server] Install dependencies"
|
- name: "[server] Install dependencies"
|
||||||
|
Reference in New Issue
Block a user