Skip to content

Commit

Permalink
fix: issue 1052 (#1057)
Browse files Browse the repository at this point in the history
* fix: issue 1052

* fix: update go version

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

* fix: don't use Checksum (might be to short, use ETag)

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

* chore: unused import

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
markussiebert and github-actions authored Oct 18, 2024
1 parent ce93ffa commit 6f81b3b
Show file tree
Hide file tree
Showing 22 changed files with 259 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ fixme.forEach((wf) => {
name: 'gobuild',
runsOn: 'ubuntu-latest',
container: {
image: 'golang:1.22-bullseye',
image: 'golang:1.23-bullseye',
},
on: {
pull_request: null,
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang 1.22.3
golang 1.23.1
yarn 1.22.19
nodejs 20.15.1
12 changes: 10 additions & 2 deletions lambda/__snapshots__/handler_parameter_raw_test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 22 additions & 6 deletions lambda/__snapshots__/handler_parameter_yaml_multi_test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 22 additions & 6 deletions lambda/__snapshots__/handler_secret_env_test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 44 additions & 12 deletions lambda/__snapshots__/handler_secret_json_test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f81b3b

Please sign in to comment.