Skip to content

Commit

Permalink
chore: bump to go1.23.2 (#271)
Browse files Browse the repository at this point in the history
* chore: bump to go1.23.2
* chore: update `actions/setup-go` to use go.mod
* fix: update order btw setup-go and checkout steps

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Oct 27, 2024
1 parent 004dd21 commit 16b9372
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/check-golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@ jobs:
name: lint
runs-on: ubuntu-20.04
steps:
-
uses: actions/setup-go@v5
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.18
-
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: golangci-lint
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55
version: v1.61
2 changes: 1 addition & 1 deletion .github/workflows/release.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@v5
with:
go-version: 1.23
go-version-file: "go.mod"

- name: Install Cosign
uses: sigstore/[email protected]
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/tofuutils/tenv/v3

go 1.23
go 1.23.2

require (
github.com/BurntSushi/toml v1.4.0
Expand Down

0 comments on commit 16b9372

Please sign in to comment.