Skip to content

Commit

Permalink
dev: Use Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed Jan 8, 2024
1 parent 1bd6427 commit 1971b25
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '~1.20'
go-version: '~1.21'
- name: Initialize Go module cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '~1.20'
go-version: '~1.21'
- name: Initialize Go module cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '~1.20'
go-version: '~1.21'
- name: Download Go dependencies
run: go mod download
- name: Check for diff
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.thethings.network/lorawan-stack-migrate

go 1.20
go 1.21

// Dependency of lorawan-stack.
replace github.com/throttled/throttled/v2 => github.com/TheThingsIndustries/throttled/v2 v2.7.1-noredis
Expand Down
Loading

0 comments on commit 1971b25

Please sign in to comment.