Skip to content

Commit

Permalink
chore: Bumped go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Oct 2, 2024
1 parent 4b042cd commit fbdf238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.23"

- name: Build
run: go build -o kc cmd/kc.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.23"
cache: false
- name: Run golangci-lint
uses: golangci/[email protected]

0 comments on commit fbdf238

Please sign in to comment.