Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from gianlucam76/action
Browse files Browse the repository at this point in the history
Github action: update go version
  • Loading branch information
gianlucam76 authored Jan 2, 2024
2 parents 4c672ba + 6b1cf1c commit 3018c3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.8
go-version: 1.21.5
- name: Build
run: make build
- name: FMT
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.8
go-version: 1.21.5
- name: ut
run: make test
env:
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.8
go-version: 1.21.5
- name: fv
run: make create-cluster fv
env:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/onsi/ginkgo/v2 v2.13.2
github.com/onsi/gomega v1.30.0
github.com/pkg/errors v0.9.1
github.com/projectsveltos/libsveltos v0.20.1-0.20231231155220-e39cb8a6ef82
github.com/projectsveltos/libsveltos v0.20.1-0.20240102081315-7841848d1ae4
github.com/spf13/pflag v1.0.5
golang.org/x/text v0.14.0
k8s.io/api v0.28.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/projectsveltos/libsveltos v0.20.1-0.20231231155220-e39cb8a6ef82 h1:TqQXWGik+3asWgwNpjyMdm1nl8kHajpQdAsBoTxYKs8=
github.com/projectsveltos/libsveltos v0.20.1-0.20231231155220-e39cb8a6ef82/go.mod h1:HnXXTWK9BqzoN4aAQs0kdjK7wpsaSz0nNemN4rMruV4=
github.com/projectsveltos/libsveltos v0.20.1-0.20240102081315-7841848d1ae4 h1:RQUoPSAoOVx+66iOZNURLHRr9tqmMC+a5XOI9rOQfIQ=
github.com/projectsveltos/libsveltos v0.20.1-0.20240102081315-7841848d1ae4/go.mod h1:HnXXTWK9BqzoN4aAQs0kdjK7wpsaSz0nNemN4rMruV4=
github.com/prometheus/client_golang v1.17.0 h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=
github.com/prometheus/client_golang v1.17.0/go.mod h1:VeL+gMmOAxkS2IqfCq0ZmHSL+LjWfWDUmp1mBz9JgUY=
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 h1:v7DLqVdK4VrYkVD5diGdl4sxJurKJEMnODWRJlxV9oM=
Expand Down

0 comments on commit 3018c3e

Please sign in to comment.