Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
door7302 committed Feb 5, 2024
1 parent 9a0c244 commit 83a6d41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 58 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@ on:
jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'

go-version: '1.21'

- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install dependencies
run: |
go get .
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/lint.yml

This file was deleted.

Binary file removed mydb.db
Binary file not shown.

0 comments on commit 83a6d41

Please sign in to comment.