Skip to content

Commit

Permalink
build: Build with Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Jun 8, 2024
1 parent 0756ea8 commit 2ac576f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- run: go test -v ./...

release:
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- uses: go-semantic-release/action@v1
with:
allow-initial-development-versions: true
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/levelfourab/sprout-go

go 1.21
go 1.22

toolchain go1.22.2

Expand Down

0 comments on commit 2ac576f

Please sign in to comment.