Skip to content

Commit

Permalink
bump ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elenz97 committed Apr 23, 2024
1 parent 78cd1c5 commit 41aa028
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.22
id: go

- name: Check out code into the Go module directory
Expand All @@ -56,10 +56,10 @@ jobs:
name: Build Image
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.22
id: go

- name: Check out code into the Go module directory
Expand All @@ -74,10 +74,10 @@ jobs:
needs: ['test', 'build']
if: github.ref == 'refs/heads/master'
steps:
- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.22
id: go

- name: Registry Login
Expand All @@ -98,10 +98,10 @@ jobs:
needs: ['test', 'build']
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Set up Go 1.19
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.22
id: go

- name: Registry Login
Expand Down

0 comments on commit 41aa028

Please sign in to comment.