Skip to content

Commit

Permalink
BIF-1578 upgrade Go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ybrls committed Oct 14, 2024
1 parent bbfdaef commit fe18d0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.20
id: go

- name: Check out code into the Go module directory
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-12, windows-latest, ubuntu-latest ]
go: [ 1.12, 1.13, 1.14 ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
go: [ 1.20, 1.21, 1.22 ]
steps:
- name: Checkout the code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up golang with version ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/opsgenie/oec

go 1.12
go 1.20

replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
Expand Down

0 comments on commit fe18d0e

Please sign in to comment.