Skip to content

Commit f0e1d42

Browse files
committed
Update lint-golang dependencies
1 parent c06442c commit f0e1d42

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/lint-golang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275
2222
with:
2323
files: "gov2/**/*.go"
24-
- uses: actions/setup-go@v3
24+
- uses: actions/setup-go@v5
2525
if: steps.changed-files.outputs.any_changed == 'true'
2626
with:
27-
go-version: 1.21
27+
go-version: 1.24
2828
- name: install golangci-lint
2929
if: steps.changed-files.outputs.any_changed == 'true'
30-
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
30+
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
3131
- name: run golangci-lint
3232
if: steps.changed-files.outputs.any_changed == 'true'
3333
run: | # If you get a linting error of "File is not `goimports`-ed", the solution is to run "gofmt -w ./<folder>".

gov2/s3/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ Code examples that show you how to perform the essential operations within a ser
4545

4646
Code excerpts that show you how to call individual service functions.
4747

48-
- [CopyObject](actions/bucket_basics.go#L288)
49-
- [CreateBucket](actions/bucket_basics.go#L94)
50-
- [DeleteBucket](actions/bucket_basics.go#L387)
48+
- [CopyObject](actions/bucket_basics.go#L322)
49+
- [CreateBucket](actions/bucket_basics.go#L95)
50+
- [DeleteBucket](actions/bucket_basics.go#L421)
5151
- [DeleteObject](../workflows/s3_object_lock/actions/s3_actions.go#L365)
5252
- [DeleteObjects](../workflows/s3_object_lock/actions/s3_actions.go#L413)
53-
- [GetObject](actions/bucket_basics.go#L200)
53+
- [GetObject](actions/bucket_basics.go#L201)
5454
- [GetObjectLegalHold](../workflows/s3_object_lock/actions/s3_actions.go#L72)
5555
- [GetObjectLockConfiguration](../workflows/s3_object_lock/actions/s3_actions.go#L109)
5656
- [GetObjectRetention](../workflows/s3_object_lock/actions/s3_actions.go#L138)
57-
- [HeadBucket](actions/bucket_basics.go#L64)
58-
- [ListBuckets](actions/bucket_basics.go#L36)
57+
- [HeadBucket](actions/bucket_basics.go#L65)
58+
- [ListBuckets](actions/bucket_basics.go#L37)
5959
- [ListObjectVersions](../workflows/s3_object_lock/actions/s3_actions.go#L338)
60-
- [ListObjectsV2](actions/bucket_basics.go#L316)
61-
- [PutObject](actions/bucket_basics.go#L126)
60+
- [ListObjectsV2](actions/bucket_basics.go#L350)
61+
- [PutObject](actions/bucket_basics.go#L127)
6262
- [PutObjectLegalHold](../workflows/s3_object_lock/actions/s3_actions.go#L173)
6363
- [PutObjectLockConfiguration](../workflows/s3_object_lock/actions/s3_actions.go#L234)
6464
- [PutObjectRetention](../workflows/s3_object_lock/actions/s3_actions.go#L276)
@@ -188,4 +188,4 @@ in the `gov2` folder.
188188

189189
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191-
SPDX-License-Identifier: Apache-2.0
191+
SPDX-License-Identifier: Apache-2.0
74.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)