Skip to content

Commit

Permalink
Remove 'Check dependencies' section in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Sep 11, 2024
1 parent c6b70e6 commit ecff0a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.23

- name: Check dependencies
run: go mod tidy
- name: Check Go Version
run: go version

- name: Run tests
env:
Expand Down

0 comments on commit ecff0a6

Please sign in to comment.