diff --git a/.drone.yml b/.drone.yml index 9ffc9f4..0ac58ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ platform: steps: - name: build - image: golang:1.21 + image: golang:1.22 commands: - go test ./... - sh scripts/build.sh @@ -178,7 +178,7 @@ pool: steps: - name: build - image: golang:1.21 + image: golang:1.22 commands: - go test ./... - sh scripts/build.sh diff --git a/go.mod b/go.mod index 52e740c..faac1d6 100644 --- a/go.mod +++ b/go.mod @@ -43,4 +43,4 @@ require ( golang.org/x/text v0.3.7 // indirect ) -go 1.21 +go 1.22