Skip to content

Commit

Permalink
[Automation] Bump Go version to 1.23.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Aug 18, 2024
1 parent af6abc9 commit a835555
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'
cache-dependency-path: ./internal/generator/go.sum

- name: generate
Expand Down
4 changes: 2 additions & 2 deletions .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 ./...
Expand All @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'

- name: Test
working-directory: ./internal/generator
Expand Down
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 @@ -40,7 +40,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 @@ -60,7 +60,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,3 +1,3 @@
module github.com/andrewkroh/go-ecs

go 1.20
go 1.21

0 comments on commit a835555

Please sign in to comment.