Skip to content

Commit 42cb42e

Browse files
committed
ci: Bump xcode and linter version
1 parent 2bd6889 commit 42cb42e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
steps:
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: '1.22'
31+
go-version: '1.23'
3232
- uses: actions/checkout@v4
3333
- name: golangci-lint
3434
uses: golangci/golangci-lint-action@v3
3535
with:
36-
version: v1.54.2
36+
version: v1.64.5

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: macos-latest
1313

1414
steps:
15-
- name: Set up xcode 15.3.0
15+
- name: Set up xcode 16.0.0
1616
uses: maxim-lobanov/setup-xcode@v1
1717
with:
18-
xcode-version: 15.3.0
18+
xcode-version: 16.0.0
1919
id: xcode
2020

2121
- name: Set up Go 1.x

0 commit comments

Comments
 (0)