Skip to content

Commit

Permalink
DEVCON-7212: Upgrade atlantis to Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmolina95 committed Sep 10, 2024
1 parent 85c9409 commit 3c3559e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.22
go-version: 1.23
- uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
&& sudo cp conftest /usr/local/bin/conftest
- uses: actions/setup-go@v3
with:
go-version: 1.22
go-version: 1.23
- uses: actions/checkout@v3
- run: make test-all
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/runatlantis/atlantis

go 1.22
go 1.23

replace google.golang.org/grpc => google.golang.org/grpc v1.45.0

Expand Down

0 comments on commit 3c3559e

Please sign in to comment.