diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 14bd4f2..de0b505 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.23 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.23 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index 3888e27..fe95598 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/devfeel/dotweb -go 1.12 +go 1.23 require ( github.com/garyburd/redigo v1.6.0