Skip to content

Commit

Permalink
Bump Go and golangci-lint to latest version (#190)
Browse files Browse the repository at this point in the history
Unblock #189.
  • Loading branch information
roger2hk authored Sep 6, 2024
1 parent ec3cb64 commit 564806f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.x, 1.22.x]
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.21"
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.54.1
version: v1.60.3
2 changes: 1 addition & 1 deletion experimental/gcp-log/gcs_uploader/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gcp_serverless_example_module

go 1.21
go 1.22.7

require cloud.google.com/go/storage v1.33.0

Expand Down
2 changes: 1 addition & 1 deletion experimental/gcp-log/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gcp_serverless_module

go 1.21
go 1.22.7

require (
cloud.google.com/go/kms v1.15.5
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/transparency-dev/serverless-log

go 1.21.13
go 1.22.7

require (
github.com/gdamore/tcell/v2 v2.7.4
Expand Down

0 comments on commit 564806f

Please sign in to comment.