-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Nikolay Eskov <[email protected]>
- Loading branch information
1 parent
098552e
commit e0b98e0
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,10 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Go 1.21 | ||
- name: Set up Go 1.22 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.21.x | ||
go-version: 1.22.x | ||
check-latest: true | ||
cache: false # don't save & restore build caches because golangci-lint action does it internally | ||
- name: Get dependencies | ||
|
@@ -36,10 +36,10 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Go 1.21 | ||
- name: Set up Go 1.22 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.21.x | ||
go-version: 1.22.x | ||
check-latest: true | ||
cache: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.21.x | ||
go-version: 1.22.x | ||
check-latest: true | ||
cache: true | ||
- name: Run go list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module nodemon | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
codnect.io/chrono v1.1.3 | ||
|