create the CI #1

Open
thinkode wants to merge 38 commits from 6-create-the-ci into develop
Showing only changes of commit 40eee4bcd1 - Show all commits

View File

@@ -10,10 +10,10 @@ jobs:
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '^1.21.4'
# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version: '^1.21.4'
# - name: Install dependencies
# run: go mod tidy