Skip to content

Commit

Permalink
Merge pull request #33 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 authored Dec 12, 2023
2 parents 9706fe1 + 35c439c commit 0ffdbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.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.19
- name: golangci-lint
Expand All @@ -22,7 +22,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.19
- run: docker-compose up -d
Expand Down

0 comments on commit 0ffdbe5

Please sign in to comment.