Skip to content

Commit

Permalink
Update alpine version in the actions/bin flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Tkachenko committed Sep 13, 2024
1 parent a2ce7a8 commit 30da48f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ jobs:
matrix:
include:
- arch: amd64
distro: alpine
distro: alpine3.20
artifact: amd64-musl
- arch: "386"
distro: alpine
distro: alpine3.20
artifact: 386-musl
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -274,10 +274,10 @@ jobs:
go_distribution: https://go.dev/dl/go1.22.7.linux-arm64.tar.gz
artifact: arm64-libc
- arch: armv6
distro: alpine_latest
distro: alpine3.20
artifact: armv6-musl
- arch: aarch64
distro: alpine_latest
distro: alpine3.20
artifact: arm64-musl
steps:
- uses: actions/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/wallarm/api-firewall

go 1.22

toolchain go1.22.7

require (
github.com/andybalholm/brotli v1.1.0
github.com/ardanlabs/conf v1.5.0
Expand Down

0 comments on commit 30da48f

Please sign in to comment.