update: actions
This commit is contained in:
parent
53e56ebc32
commit
4102ad918b
17
.github/workflows/go.yml
vendored
17
.github/workflows/go.yml
vendored
@ -14,15 +14,18 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create Directory
|
||||
run: mkdir public && mkdir -p store/logs/
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20'
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.22.5'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
# - name: Test
|
||||
# run: go test -v ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user