Skip to content

Commit

Permalink
update workflow to go 1.19 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof authored Dec 20, 2022
1 parent 8d50f42 commit 9c176c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "^1.18"
go-version: "^1.19"

- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "^1.18"
go-version: "^1.19"

- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "^1.18"
go-version: "^1.19"

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ name: Release
on:
push:
tags:
- 'v*'

- "v*"

jobs:
goreleaser:
Expand All @@ -29,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '^1.18'
go-version: "^1.19"

- name: Describe plugin
id: plugin_describe
Expand All @@ -50,4 +49,4 @@ jobs:
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}
2 changes: 1 addition & 1 deletion .github/workflows/synopsys-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "^1.17"
go-version: "^1.19"

- name: Build Project
run: make build
Expand Down

0 comments on commit 9c176c4

Please sign in to comment.