We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd6889 commit 42cb42eCopy full SHA for 42cb42e
2 files changed
.github/workflows/go.yml
@@ -28,9 +28,9 @@ jobs:
28
steps:
29
- uses: actions/setup-go@v5
30
with:
31
- go-version: '1.22'
+ go-version: '1.23'
32
- uses: actions/checkout@v4
33
- name: golangci-lint
34
uses: golangci/golangci-lint-action@v3
35
36
- version: v1.54.2
+ version: v1.64.5
.github/workflows/ios.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: macos-latest
13
14
15
- - name: Set up xcode 15.3.0
+ - name: Set up xcode 16.0.0
16
uses: maxim-lobanov/setup-xcode@v1
17
18
- xcode-version: 15.3.0
+ xcode-version: 16.0.0
19
id: xcode
20
21
- name: Set up Go 1.x
0 commit comments