Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] Bump Golang version to 1.23.5 #490

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

github-actions[bot]
Copy link
Contributor

See changelog for 1.23.5


Bump golang-version to latest version

Update go version 1.23.5

ran shell command ".github/updatecli.d/bump-go-release-version.sh 1.23.5"

1.23.5
no GitHub Release found for go1.23.5 on "https://github.com/golang/go"
Update .go-version

1 file(s) updated with "1.23.5": * .go-version

1.23.5
no GitHub Release found for go1.23.5 on "https://github.com/golang/go"
Update go/Makefile.common

1 file(s) updated with "1.23.5": * go/Makefile.common

1.23.5
no GitHub Release found for go1.23.5 on "https://github.com/golang/go"
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@jlind23 jlind23 enabled auto-merge (squash) January 17, 2025 08:34
@swiatekm
Copy link

/test

@swiatekm
Copy link

Looks like building libpcap fails:

 => ERROR [linux/arm64->amd64 final 4/4] RUN cd /libpcap/libpcap-1.8.1         && CC=aarch64-linux-gnu-gcc ./configure --enable-usb=no --enable-bluetoot  59.0s
------
 > [linux/arm64->amd64 final 4/4] RUN cd /libpcap/libpcap-1.8.1         && CC=aarch64-linux-gnu-gcc ./configure --enable-usb=no --enable-bluetooth=no --enable-dbus=no --host=aarch64-unknown-linux-gnu --with-pcap=linux         && make:
3.645 checking build system type... aarch64-unknown-linux-gnu
4.818 checking host system type... aarch64-unknown-linux-gnu
5.210 checking target system type... aarch64-unknown-linux-gnu
5.219 checking for aarch64-unknown-linux-gnu-gcc... aarch64-linux-gnu-gcc
5.901 checking whether the C compiler works... yes
6.763 checking for C compiler default output file name... a.out
6.798 checking for suffix of executables...
7.668 checking whether we are cross compiling... no
8.640 checking for suffix of object files... o
9.315 checking whether we are using the GNU C compiler... yes
9.942 checking whether aarch64-linux-gnu-gcc accepts -g... yes
10.60 checking for aarch64-linux-gnu-gcc option to accept ISO C89... none needed
12.07 checking whether the compiler supports the -fvisibility=hidden option... yes
12.95 checking for inline... inline
13.61 checking for __attribute__... yes
14.63 checking whether __attribute__((unused)) can be used without warnings... yes
15.72 checking whether __attribute__((format)) can be used without warnings... yes
16.75 checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E
18.15 checking for grep that handles long lines and -e... /bin/grep
18.20 checking for egrep... /bin/grep -E
18.25 checking for ANSI C header files... yes
21.57 checking for sys/types.h... yes
22.38 checking for sys/stat.h... yes
23.21 checking for stdlib.h... yes
24.04 checking for string.h... yes
24.91 checking for memory.h... yes
25.77 checking for strings.h... yes
26.62 checking for inttypes.h... yes
27.49 checking for stdint.h... yes
28.35 checking for unistd.h... yes
29.16 checking sys/bitypes.h usability... yes
29.86 checking sys/bitypes.h presence... yes
30.14 checking for sys/bitypes.h... yes
30.18 checking for int8_t... yes
31.99 checking for u_int8_t... yes
33.81 checking for int16_t... yes
35.64 checking for u_int16_t... yes
37.46 checking for int32_t... yes
39.28 checking for u_int32_t... no
39.69 checking for int64_t... no
40.49 checking for u_int64_t... no
41.29 checking for special C compiler options needed for large files... no
41.29 checking for _FILE_OFFSET_BITS value needed for large files... unknown
42.62 checking for _LARGE_FILES value needed for large files... unknown
43.94 checking for _LARGEFILE_SOURCE value needed for large files... unknown
45.51 checking sys/ioccom.h usability... no
46.28 checking sys/ioccom.h presence... no
46.70 checking for sys/ioccom.h... no
46.77 checking sys/select.h usability... no
47.54 checking sys/select.h presence... yes
47.81 configure: WARNING: sys/select.h: present but cannot be compiled
47.81 configure: WARNING: sys/select.h:     check for missing prerequisite headers?
47.81 configure: WARNING: sys/select.h: see the Autoconf documentation
47.81 configure: WARNING: sys/select.h:     section "Present But Cannot Be Compiled"
47.82 configure: WARNING: sys/select.h: proceeding with the compiler's result
47.82 checking for sys/select.h... no
47.89 checking sys/sockio.h usability... no
48.65 checking sys/sockio.h presence... no
49.07 checking for sys/sockio.h... no
49.14 checking limits.h usability... no
49.91 checking limits.h presence... yes
50.17 configure: WARNING: limits.h: present but cannot be compiled
50.18 configure: WARNING: limits.h:     check for missing prerequisite headers?
50.18 configure: WARNING: limits.h: see the Autoconf documentation
50.18 configure: WARNING: limits.h:     section "Present But Cannot Be Compiled"
50.18 configure: WARNING: limits.h: proceeding with the compiler's result
50.18 checking for limits.h... no
50.18 checking linux/types.h usability... no
50.96 checking linux/types.h presence... yes
51.22 configure: WARNING: linux/types.h: present but cannot be compiled
51.22 configure: WARNING: linux/types.h:     check for missing prerequisite headers?
51.22 configure: WARNING: linux/types.h: see the Autoconf documentation
51.22 configure: WARNING: linux/types.h:     section "Present But Cannot Be Compiled"
51.22 configure: WARNING: linux/types.h: proceeding with the compiler's result
51.22 checking for linux/types.h... no
51.29 checking linux/if_packet.h usability... no
52.07 checking linux/if_packet.h presence... yes
52.33 configure: WARNING: linux/if_packet.h: present but cannot be compiled
52.33 configure: WARNING: linux/if_packet.h:     check for missing prerequisite headers?
52.33 configure: WARNING: linux/if_packet.h: see the Autoconf documentation
52.33 configure: WARNING: linux/if_packet.h:     section "Present But Cannot Be Compiled"
52.33 configure: WARNING: linux/if_packet.h: proceeding with the compiler's result
52.33 checking for linux/if_packet.h... no
52.40 checking netpacket/packet.h usability... no
53.18 checking netpacket/packet.h presence... yes
53.44 configure: WARNING: netpacket/packet.h: present but cannot be compiled
53.44 configure: WARNING: netpacket/packet.h:     check for missing prerequisite headers?
53.44 configure: WARNING: netpacket/packet.h: see the Autoconf documentation
53.44 configure: WARNING: netpacket/packet.h:     section "Present But Cannot Be Compiled"
53.44 configure: WARNING: netpacket/packet.h: proceeding with the compiler's result
53.44 checking for netpacket/packet.h... no
53.51 checking netpacket/if_packet.h usability... no
54.30 checking netpacket/if_packet.h presence... no
54.73 checking for netpacket/if_packet.h... no
54.73 checking for net/pfvar.h... no
55.38 checking for netinet/if_ether.h... no
56.04 configure: Rechecking with some additional includes
56.04 checking for netinet/if_ether.h... no
56.78 checking for linux/sockios.h... no
57.51 checking for linux/if_bonding.h... no
58.17 checking for ANSI ioctl definitions... no
58.63 configure: error: see the INSTALL for more info

@jlind23
Copy link
Contributor

jlind23 commented Jan 21, 2025

@andrewkroh @cmacknz Do you know who would be best to investigate this libpcap failure?

@andrewkroh
Copy link
Member

/test

@andrewkroh
Copy link
Member

Libpcap doesn't depend on the Go version in any way so this is surprising. I tested that libpcap-1.8.1 builds under a debian:12 container (aarch64). 🫤

@elasticmachine
Copy link

💚 Build Succeeded

History

@elasticmachine
Copy link

💚 Build Succeeded

History

@jlind23 jlind23 merged commit 09c0c68 into main Jan 21, 2025
10 checks passed
@jlind23 jlind23 deleted the updatecli_main_bump-golang-version-main branch January 21, 2025 16:13
@elasticmachine
Copy link

💚 Build Succeeded

History

@cmacknz cmacknz mentioned this pull request Jan 28, 2025
v1v added a commit that referenced this pull request Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants