From cdf21eb53f7ff5d8295ff2de7e562917ee9dc0e9 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Sat, 17 Aug 2024 22:19:41 -0400 Subject: [PATCH] [Automation] Bump Go version to 1.23.0 (#25) --- .github/workflows/go.yml | 2 +- .github/workflows/lint.yml | 6 +++--- go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d5c8599..4258ab1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Test run: go test ./... \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ff9a89f..227aa27 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' cache: false - name: golangci-lint @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Run go mod tidy run: go mod tidy @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Check headers run: go run github.com/elastic/go-licenser@latest -d \ No newline at end of file diff --git a/go.mod b/go.mod index e6a5bb5..ad11a7d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/andrewkroh/fydler -go 1.22 +go 1.23 require ( github.com/andrewkroh/go-ecs v0.0.0-20240213025458-42459d0ef898