Skip to content

Commit

Permalink
Merge pull request #113 from chrisgavin/update-go
Browse files Browse the repository at this point in the history
Update Go version.
  • Loading branch information
chrisgavin authored Dec 5, 2023
2 parents 8d5828a + 163104a commit 19a0279
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 @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.17.1
go-version: 1.21.4
- name: Build
uses: goreleaser/goreleaser-action@v5
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.17.1
go-version: 1.21.4
- name: Test
run: go test ./...

Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.17.1
go-version: 1.21.4
- name: Check Modules
run: |
go mod tidy
Expand All @@ -58,4 +58,4 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc
with:
version: v1.29
version: v1.55.2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.17.1
go-version: 1.21.4
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 19a0279

Please sign in to comment.