mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-02-22 03:18:07 +00:00
This commit is contained in:
parent
6e73121834
commit
f4ad0b5640
1 changed files with 16 additions and 17 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
@ -7,7 +7,6 @@ on:
|
|||
branches: ["v2"]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -16,10 +15,10 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: "1.23"
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./.
|
||||
run: go build -v ./..
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
|
|
Loading…
Add table
Reference in a new issue