Skip to content

Commit

Permalink
changed go version to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deemount committed Mar 24, 2024
1 parent 80ae458 commit 261efdf
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@ -5,7 +5,7 @@ jobs:
test-go:
# Install go modules and run tests
docker:
- image: cimg/go:1.20
- image: cimg/go:1.22.1
steps:
- checkout
- restore_cache:
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/deemount/gobpmnHash

go 1.22
go 1.22.1

require (
github.com/deemount/gobpmnModels v0.0.0-20240322101529-ef7fa88e9769
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/deemount/gobpmnModels v0.0.0-20240316085912-7831ff39ffa4 h1:xAqg4ZIeMDxME0O8O4UpwpcS3AeXB+3IspauNX2G2AA=
github.com/deemount/gobpmnModels v0.0.0-20240316085912-7831ff39ffa4/go.mod h1:bv2zkkqCzzaGV5gYP3gDQfMXuqjxMBjSl9GjHFo2mY8=
github.com/deemount/gobpmnModels v0.0.0-20240322101529-ef7fa88e9769 h1:TtoUBKj5lgXUtbm1v5yrEmrb9DEtIVEKswqWHOiqp1k=
github.com/deemount/gobpmnModels v0.0.0-20240322101529-ef7fa88e9769/go.mod h1:bv2zkkqCzzaGV5gYP3gDQfMXuqjxMBjSl9GjHFo2mY8=
github.com/deemount/gobpmnReflection v0.0.0-20240315112013-036495e4c08d h1:yQY4ikw/HuvVlPu3hGc0X8gntQnSbLqMnUw/nHRRCKU=
Expand Down

0 comments on commit 261efdf

Please sign in to comment.