Skip to content

Commit

Permalink
update go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
d-honeybadger committed Aug 30, 2024
1 parent 9a1cd07 commit 98b03f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v3
with:
go-version: ^1.22
go-version: ^1.23
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Validate that the release manifest exists
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v3
with:
go-version: ^1.22
go-version: ^1.23
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run make test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22 as builder
FROM golang:1.23 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/digitalocean/do-operator

go 1.22.0

toolchain go1.22.2
go 1.23.0

require (
github.com/digitalocean/godo v1.114.0
Expand Down

0 comments on commit 98b03f0

Please sign in to comment.