ci: modify go version

This commit is contained in:
Rogee
2024-09-24 11:37:13 +08:00
parent 9e77523f0d
commit c69e28cb59
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.22"
- name: Build Go application
run: |

2
go.mod
View File

@@ -1,6 +1,6 @@
module exporter
go 1.22.1
go 1.22
require (
github.com/dustin/go-humanize v1.0.1