Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
07a49d6cd4 |
@@ -7,6 +7,8 @@ on:
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: golang:1.21-alpine
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
@@ -14,6 +16,10 @@ jobs:
|
||||
cd hello_gitea
|
||||
git checkout ${{ github.ref }}
|
||||
|
||||
- name: Setup Go
|
||||
run: |
|
||||
go version
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd hello_gitea
|
||||
|
Reference in New Issue
Block a user