Skip to content

Commit

Permalink
Merge pull request #21 from trudi-group/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
mrd0ll4r authored Jan 3, 2024
2 parents 1376faf + 8b7beed commit 0e88acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Lint_Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Tidy
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Unit Tests
Expand Down

0 comments on commit 0e88acb

Please sign in to comment.