Skip to content

Commit

Permalink
Merge pull request #101 from TheThingsNetwork/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-go-5

dev: bump actions/setup-go from 4 to 5
  • Loading branch information
adriansmares authored Jan 8, 2024
2 parents e8b4f72 + 785fb5e commit 49af7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check out Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '~1.20'
- name: Initialize Go module cache
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Check out Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '~1.20'
- name: Initialize Go module cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
mkdir -p $HOME/.cache/snapcraft/download
mkdir -p $HOME/.cache/snapcraft/stage-packages
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '~1.20'
- name: Download Go dependencies
Expand Down

0 comments on commit 49af7eb

Please sign in to comment.