Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code of Conduct

{{PROJECT_NAME}} is committed to providing a welcoming and harassment-free community.
updater-terraform is committed to providing a welcoming and harassment-free community.

## Our Pledge

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to {{PROJECT_NAME}}
# Contributing to updater-terraform

Thank you for your interest in contributing.

Expand All @@ -11,11 +11,11 @@ Thank you for your interest in contributing.
## Workflow

1. Fork the repository and clone it locally
2. Create a topic branch from `{{DEFAULT_BRANCH}}`
2. Create a topic branch from `main`
3. Keep changes focused and easy to review
4. Run the relevant tests, lint checks, and build steps for the repo type
5. Update docs when behavior, APIs, or contributor workflow changes
6. Open a pull request against `{{DEFAULT_BRANCH}}`
6. Open a pull request against `main`

## Commit Messages

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2026 The plugin-template Authors
# SPDX-FileCopyrightText: 2026 The updater-terraform Authors

FROM golang:1.24-alpine AS build
FROM golang:1.25-alpine AS build
WORKDIR /src
RUN apk add --no-cache ca-certificates git
COPY go.mod go.sum ./
Expand Down
Loading