Build with go 1.22

This commit is contained in:
Manuel Rüger 2024-07-26 00:43:03 +02:00
parent 349224d2aa
commit 1eb1b2454c
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ on:
- master - master
env: env:
GO_VERSION: "~1.21.6" GO_VERSION: "~1.22.5"
jobs: jobs:
# Runs Golangci-lint on the source code # Runs Golangci-lint on the source code

View File

@ -16,7 +16,7 @@ jobs:
- name: Set Up Go - name: Set Up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.21" go-version: "1.22"
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6 uses: goreleaser/goreleaser-action@v6
with: with:

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/kovetskiy/mark module github.com/kovetskiy/mark
go 1.21 go 1.22
toolchain go1.21.6 toolchain go1.22.5
require ( require (
github.com/bmatcuk/doublestar/v4 v4.6.1 github.com/bmatcuk/doublestar/v4 v4.6.1