Skip to content

Commit

Permalink
Merge pull request #320 from thaJeztah/update_gha
Browse files Browse the repository at this point in the history
update GHA to macOS-13, macOS-14, and update to go1.21.10
  • Loading branch information
thaJeztah committed May 8, 2024
2 parents 097f945 + 0c43fed commit 73b9e5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
DESTDIR: ./bin
GO_VERSION: 1.21.6
GO_VERSION: 1.21.10

jobs:
validate:
Expand Down Expand Up @@ -46,7 +46,8 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-20.04
- macOS-11
- macOS-14
- macOS-13
- windows-2022
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21.6
ARG GO_VERSION=1.21.10
ARG XX_VERSION=1.4.0
ARG OSXCROSS_VERSION=11.3-r7-debian
ARG GOLANGCI_LINT_VERSION=v1.55.2
Expand Down
2 changes: 1 addition & 1 deletion deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21.6
ARG GO_VERSION=1.21.10
ARG DISTRO=ubuntu
ARG SUITE=focal

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.21.6"
default = "1.21.10"
}

# Defines the output folder
Expand Down

0 comments on commit 73b9e5d

Please sign in to comment.