Skip to content

Commit

Permalink
Use Go 1.22 for release job (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
telegrapher authored Apr 18, 2024
1 parent f03774c commit 6c96d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
release:
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22

# Runs a set of commands using the runners shell
- name: Run GoReleaser
Expand Down

0 comments on commit 6c96d33

Please sign in to comment.