Skip to content

Commit

Permalink
ci: upgrade and repar
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Oct 29, 2023
1 parent 9378b68 commit f3ac4fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ jobs:
- name: Install Task
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19

go-version: 1.21
- name: Setup deps
run: |
echo 'ci version' > settings/version.txt
cp .env.dev.example .env
- name: Test
run: task test

0 comments on commit f3ac4fe

Please sign in to comment.