Skip to content

Commit

Permalink
[Automation] Bump Go version to 1.23.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Aug 18, 2024
1 parent 77bc217 commit cdf21eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
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/andrewkroh/fydler

go 1.22
go 1.23

require (
github.com/andrewkroh/go-ecs v0.0.0-20240213025458-42459d0ef898
Expand Down

0 comments on commit cdf21eb

Please sign in to comment.