Skip to content

Commit

Permalink
circleci image updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjh-bst committed Nov 18, 2024
1 parent 6fc37e8 commit 09f17b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs: # basic units of work in a run
build: # runs not using Workflows must have a `build` job as entry point
docker: # run the steps with Docker
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
- image: cimg/go:1.23.1 #
- image: cimg/go:1.23.3 #

# directory where steps are run. Path must conform to the Go Workspace requirements
working_directory: ~/app
Expand Down
5 changes: 2 additions & 3 deletions lib/gojay/gojay/codegen/test/pooled_struct/encoding.go

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

0 comments on commit 09f17b6

Please sign in to comment.