Skip to content

Commit

Permalink
ci: update CI to use Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Oct 28, 2024
1 parent 64b6805 commit 441a9ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

env:
GO_VERSION: 1.21
GO_VERSION: 1.23

jobs:
golangci:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Install and setup go
- name: Set up Go 1.21
- name: Set up Go 1.23
uses: actions/setup-go@v4
with:
go-version: '^1.21.4'
go-version: '^1.23'

# checkout horcrux
- name: checkout horcrux
Expand All @@ -47,10 +47,10 @@ jobs:
- TestHorcruxProxyGRPC
steps:
# Install and setup go
- name: Set up Go 1.21
- name: Set up Go 1.23
uses: actions/setup-go@v4
with:
go-version: '^1.21.4'
go-version: '^1.23'

# checkout horcrux
- name: checkout horcrux
Expand Down

0 comments on commit 441a9ff

Please sign in to comment.