Skip to content

Commit

Permalink
Workflow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightChaser committed Feb 2, 2024
1 parent bf64143 commit 9e8f308
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: build and dockerize the application
on:
push:
branches:
- main
jobs:
build:
runs-on: Ubuntu-lastest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build
run: go build -v .

0 comments on commit 9e8f308

Please sign in to comment.