Skip to content

Commit

Permalink
Update Go version to 1.22. (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolay Eskov <[email protected]>
  • Loading branch information
alexeykiselev and nickeskov authored Aug 28, 2024
1 parent 098552e commit e0b98e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 nodemon

go 1.21
go 1.22

require (
codnect.io/chrono v1.1.3
Expand Down

0 comments on commit e0b98e0

Please sign in to comment.