Skip to content

Commit

Permalink
feat: go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury authored Sep 15, 2024
1 parent ac8be70 commit b47fd9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adrienaury/go-devcontainer:v4.0
FROM adrienaury/go-devcontainer:v5.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adrienaury/go-devcontainer-ci:v4.0
FROM adrienaury/go-devcontainer-ci:v5.0

USER root

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Types of changes
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [3.0.0]

- `Changed` go-devcontainer version from v4.0 to v5.0 (golang 1.23).

## [2.0.0]

- `Changed` go-devcontainer version from v3.1 to v4.0 (golang 1.22).
Expand Down

0 comments on commit b47fd9f

Please sign in to comment.