chore: Update Go to 1.23

This commit is contained in:
abhisek 2024-10-18 22:24:37 +05:30
parent b87652bb27
commit 14bf541042
No known key found for this signature in database
GPG Key ID: CB92A4990C02A88F
5 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
with: with:
go-version: 1.22 go-version: 1.23
check-latest: true check-latest: true
- name: Build and Test - name: Build and Test
@ -43,7 +43,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
with: with:
go-version: 1.22 go-version: 1.23
check-latest: true check-latest: true
- name: Build vet - name: Build vet

View File

@ -44,7 +44,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
with: with:
go-version: 1.22 go-version: 1.23
check-latest: true check-latest: true
- name: Initialize CodeQL - name: Initialize CodeQL

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: 1.22 go-version: 1.23
cache: false cache: false
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: golangci-lint - name: golangci-lint

View File

@ -38,7 +38,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: 1.22 go-version: 1.23
check-latest: true check-latest: true
- name: ghcr-login - name: ghcr-login
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1 uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1

View File

@ -1,2 +1,2 @@
golang 1.22.1 golang 1.23.2
gitleaks 8.16.4 gitleaks 8.16.4