Skip to content

Commit 54ebcb4

Browse files
authored
chore: update std lib packages (go1.23 & go1.24) (#104)
- updated std lib packages for 1.23 and 1.24 - added go-1.23 and go-1.24
1 parent 242cbba commit 54ebcb4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
- "1.20"
2222
- "1.21"
2323
- "1.22"
24+
- "1.23"
25+
- "1.24"
2426

2527
steps:
26-
2728
- uses: actions/checkout@v4
2829

2930
- name: Install Go
@@ -60,4 +61,3 @@ jobs:
6061
uses: golangci/golangci-lint-action@v6
6162
with:
6263
version: latest
63-

analyzer/std.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/generate-std.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mkdir -p .tmp
44

5-
tip=22
5+
tip=24
66

77
# create std pkg list
88
for i in $(seq 1 $tip); do

0 commit comments

Comments
 (0)