Skip to content

Commit

Permalink
golang 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tsosunchia committed Feb 12, 2024
1 parent 1dc18cf commit 27e560f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: Get project dependencies
run: go mod download
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
- name: Checkout codebase
uses: actions/checkout@v4
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 github.com/nxtrace/NTrace-core

go 1.21
go 1.22

require (
github.com/akamensky/argparse v1.4.0
Expand Down

0 comments on commit 27e560f

Please sign in to comment.