Skip to content

Commit

Permalink
chore(ci): bump FreeBSD and Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
guelfey committed Sep 21, 2024
1 parent 7623695 commit 8d4fc2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
freebsd_instance:
image_family: freebsd-13-0
image_family: freebsd-14-0

task:
name: Test on FreeBSD
install_script: pkg install -y go119 dbus
install_script: pkg install -y go123 dbus
test_script: |
/usr/local/etc/rc.d/dbus onestart && \
eval `dbus-launch --sh-syntax` && \
go119 test -v ./...
go123 test -v ./...

0 comments on commit 8d4fc2a

Please sign in to comment.