Skip to content

Commit

Permalink
chore: update go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
baizon committed Oct 16, 2024
1 parent 6b24f4f commit 2d170bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.23'

- name: Build Go binaries
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-coverage-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.23'

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Optionally, define an alias:

### Build from source

This requires at least version 1.20 of the `go` cli.
This requires at least version 1.23 of the `go` cli.

```bash
❱ git clone [email protected]:QuintenBruynseraede/tf-profile.git
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the application from source
FROM golang:1.20 AS build
FROM golang:1.23 AS build

WORKDIR /app

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/QuintenBruynseraede/tf-profile

go 1.20
go 1.23

require (
github.com/fatih/color v1.17.0
Expand Down

0 comments on commit 2d170bf

Please sign in to comment.