Skip to content

Commit

Permalink
Merge pull request #48 from 1995parham-teaching/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
1995parham committed Dec 11, 2023
2 parents a1e4885 + 595a42a commit 0f9df2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: golangci-lint
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
Expand Down

0 comments on commit 0f9df2d

Please sign in to comment.