Skip to content

Commit

Permalink
Bump the release build version
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Dec 4, 2023
1 parent 0981eae commit 2b6cbd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.3'

- name: Build
run: make static-linux
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.3'

- name: Build
run: make deb
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.3'

- name: Build
run: make rpm
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.3'

- name: Build
run: make cross-arm
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.3'

- name: Build
run: make cross-win
Expand All @@ -127,7 +127,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.3'

- name: Build
run: make cross-mac
Expand Down

0 comments on commit 2b6cbd3

Please sign in to comment.