Skip to content

Commit

Permalink
Updated Go to v1.23.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Oct 30, 2024
1 parent b702cee commit 0e25661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowpipe-devcontainer",
"image": "ghcr.io/turbot/flowpipe-devcontainer:2.7.0",
"image": "ghcr.io/turbot/flowpipe-devcontainer:2.8.0",

"mounts": [
"source=${localWorkspaceFolder}/../pipe-fittings,target=/workspaces/pipe-fittings,type=bind,consistency=cached",
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/turbot/flowpipe

go 1.23.1
go 1.23.2

// uncomment for goland devcontainer
//replace (
Expand Down

0 comments on commit 0e25661

Please sign in to comment.