Skip to content

Commit c82afba

Browse files
version bump of go 1.22 to 1.23 (#284)
1 parent a6da541 commit c82afba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: setup Go
5454
uses: actions/setup-go@v5
5555
with:
56-
go-version: '1.22.2' #
56+
go-version: '1.23.4' #
5757
- name: Make repo safe
5858
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
5959
- name: Install swaggo

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Setup Go
9393
uses: actions/setup-go@v4
9494
with:
95-
go-version: '1.21.x'
95+
go-version: '1.23.x'
9696
- name: Import GPG key
9797
uses: crazy-max/ghaction-import-gpg@v6
9898
with:
@@ -141,4 +141,4 @@ jobs:
141141
release_id: release.data.id,
142142
name: "sbom.zip",
143143
data: await fs.readFileSync("bin/sbom.zip")
144-
});
144+
});

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module soarca
22

3-
go 1.22.0
3+
go 1.23
44

55
require (
66
github.com/eclipse/paho.mqtt.golang v1.4.3

0 commit comments

Comments
 (0)