Skip to content

Commit

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

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
1995parham authored Dec 11, 2023
2 parents 3ef4476 + 2fd8df6 commit 7107d47
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.21"
- name: golangci-lint
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- uses: extractions/setup-just@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: curl -sSf 'https://atlasgo.sh?test=1' | env ATLAS_DEBUG=true sh
Expand Down

0 comments on commit 7107d47

Please sign in to comment.