Skip to content

Commit dbab8a3

Browse files
authored
chore(deps): upgrade Go version to 1.25 (#126)
2 parents 96c16a1 + a2432c5 commit dbab8a3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Golang](https://img.shields.io/badge/Go-1.24-informational)
1+
![Golang](https://img.shields.io/badge/Go-1.25-informational)
22
[![Go Report Card](https://goreportcard.com/badge/github.com/SAP/terraform-provider-scc)](https://goreportcard.com/report/github.com/SAP/terraform-provider-scc)
33
[![CodeQL](https://github.com/SAP/terraform-provider-scc/actions/workflows/codeql.yml/badge.svg)](https://github.com/SAP/terraform-provider-scc/actions/workflows/codeql.yml)
44
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/terraform-provider-scc)](https://api.reuse.software/info/github.com/SAP/terraform-provider-scc)

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/SAP/terraform-provider-scc
22

3-
go 1.23.1
4-
5-
toolchain go1.24.1
3+
go 1.25
64

75
require (
86
github.com/hashicorp/terraform-plugin-framework v1.15.1

0 commit comments

Comments
 (0)