Skip to content

Commit

Permalink
Merge pull request #466 from roots/go-1.23.1
Browse files Browse the repository at this point in the history
Go 1.23
  • Loading branch information
swalkinshaw authored Sep 8, 2024
2 parents 29eeddb + 2d64516 commit b934f4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.23
- uses: actions/cache@v2
with:
path: |
Expand All @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.23
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.23
- name: GoReleaser release
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This docker image is for integration testing only.

FROM golang:1.19-bullseye
FROM golang:1.23-bullseye

ARG DEBIAN_FRONTEND=noninteractive

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/roots/trellis-cli

go 1.19
go 1.23

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

0 comments on commit b934f4a

Please sign in to comment.